barebones/package.json

53 lines
1.4 KiB
JSON

{
"name": "barebones",
"version": "3.0.0",
"author": "Benchmark Studios",
"description": "A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/benchmarkstudios/barebones.git"
},
"keywords": [
"barebones",
"boilerplate",
"wordpress"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/benchmarkstudios/barebones/issues"
},
"homepage": "https://github.com/benchmarkstudios/barebones#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean": "^0.3.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.4.0",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"rollup": "^0.42.0",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-multi-entry": "^2.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.2.1",
"rollup-plugin-uglify": "^2.0.1",
"run-sequence": "^1.2.2",
"uglify-js": "^3.1.10"
},
"dependencies": {
"jquery": "^3.2.1"
}
}