barebones/package.json

31 lines
1.0 KiB
JSON
Raw Normal View History

2014-02-07 13:29:13 +01:00
{
"name": "barebones",
2017-01-12 16:50:14 +01:00
"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": {
2017-01-12 16:50:14 +01:00
"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"
},
2016-05-17 13:11:44 +02:00
"private": true,
"devDependencies": {
2017-01-12 16:50:14 +01:00
"cross-env": "^3.1.4",
"laravel-mix": "^0.4.0"
},
2017-01-12 16:50:14 +01:00
"dependencies": {
"jquery": "^3.1.1"
}
2016-02-06 15:05:22 +01:00
}