32 lines
682 B
JSON
32 lines
682 B
JSON
{
|
|
"name": "understrap",
|
|
"version": "0.2.8",
|
|
"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.4.1",
|
|
"gulp": "^3.9.0",
|
|
"gulp-sass": "^2.0.4"
|
|
}
|
|
}
|