41 lines
942 B
JSON
41 lines
942 B
JSON
{
|
|
"name": "understrap",
|
|
"version": "0.3.6",
|
|
"description": "Wordpress Theme framework",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/holger1411/understrap.git"
|
|
},
|
|
"keywords": [
|
|
"wordpress",
|
|
"theme",
|
|
"framework",
|
|
"bootstrap",
|
|
"underscores"
|
|
],
|
|
"author": "Holger Koenemann",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/holger1411/understrap/issues"
|
|
},
|
|
"homepage": "https://github.com/holger1411/understrap",
|
|
"dependencies": {
|
|
"bower": "^1.7.2",
|
|
"gulp": "^3.9.0",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-ignore": "^1.2.1",
|
|
"gulp-minify-css": "^1.2.3",
|
|
"gulp-plumber": "^1.0.1",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-rimraf": "^0.1.1",
|
|
"gulp-sass": "^2.1.1",
|
|
"gulp-uglify": "^1.5.0",
|
|
"gulp-watch": "^4.3.5",
|
|
"merge2": "^0.3.6"
|
|
}
|
|
}
|