31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"name": "barebones",
|
|
"version": "3.0.0beta",
|
|
"author": "Benchmark Studios",
|
|
"description": "A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/benchmarkstudios/barebones#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/benchmarkstudios/barebones.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/benchmarkstudios/barebones/issues"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"webpack": "cross-env NODE_ENV=development webpack --progress --hide-modules",
|
|
"dev": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules",
|
|
"hmr": "cross-env NODE_ENV=development webpack-dev-server --inline --hot",
|
|
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"cross-env": "^3.1.4",
|
|
"laravel-mix": "^0.4.0"
|
|
},
|
|
"dependencies": {
|
|
"jquery": "^3.1.1"
|
|
}
|
|
}
|