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