Merge pull request #27 from lukasjuhas/v2

update package.json
This commit is contained in:
Lukas Juhas 2016-08-05 13:31:40 +01:00 committed by GitHub
commit 1c670e7038
1 changed files with 19 additions and 4 deletions

View File

@ -1,10 +1,25 @@
{
"name": "barebones",
"version": "2.0.0",
"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"
},
"private": true,
"devDependencies": {
"gulp": "^3.8.8",
"gulp-imagemin": "^3.0.1"
},
"dependencies": {
"gulp-imagemin": "^3.0.1",
"laravel-elixir": "^4.2.1"
}
},
"dependencies": {}
}