barebones/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2014-02-07 13:29:13 +01:00
{
"name": "barebones",
2017-06-06 16:23:36 +02:00
"version": "3.0.0",
"author": "Benchmark Studios",
"description": "A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond",
2017-06-06 16:23:36 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/benchmarkstudios/barebones.git"
},
2017-06-06 16:23:36 +02:00
"keywords": [
"barebones",
"boilerplate",
"wordpress"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/benchmarkstudios/barebones/issues"
},
2017-06-06 16:23:36 +02:00
"homepage": "https://github.com/benchmarkstudios/barebones#readme",
2016-05-17 13:11:44 +02:00
"devDependencies": {
2017-06-06 16:23:36 +02:00
"babel-core": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.24.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean": "^0.3.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"rollup": "^0.42.0",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-multi-entry": "^2.0.1",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^2.0.1",
"run-sequence": "^1.2.2",
"uglify-js": "^3.0.15"
},
2017-01-12 16:50:14 +01:00
"dependencies": {
2017-06-06 16:23:36 +02:00
"jquery": "^3.2.1"
2017-01-12 16:50:14 +01:00
}
2016-02-06 15:05:22 +01:00
}