barebones/package.json

26 lines
690 B
JSON
Raw Normal View History

2014-02-07 13:29:13 +01:00
{
"name": "barebones",
"version": "2.0.1",
"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"
},
2016-05-17 13:11:44 +02:00
"private": true,
"devDependencies": {
"gulp": "^3.8.8",
"gulp-imagemin": "^3.0.1",
2016-05-17 13:11:44 +02:00
"laravel-elixir": "^4.2.1"
},
"dependencies": {}
2016-02-06 15:05:22 +01:00
}