This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
understrap/package.json

32 lines
682 B
JSON
Raw Normal View History

2015-02-06 08:40:32 +00:00
{
"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"
2015-02-06 08:40:32 +00:00
}
}