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

42 lines
974 B
JSON
Raw Normal View History

2015-02-06 08:40:32 +00:00
{
"name": "understrap",
2016-06-18 11:56:58 +00:00
"version": "0.4.4",
2015-02-06 08:40:32 +00:00
"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",
2016-03-20 08:49:32 +00:00
"license": "GPL-2.0",
2015-02-06 08:40:32 +00:00
"bugs": {
"url": "https://github.com/holger1411/understrap/issues"
},
"homepage": "https://github.com/holger1411/understrap",
"dependencies": {
2016-04-29 09:34:47 +00:00
"bower": "^1.7.9",
"gulp": "^3.9.1",
2015-08-12 07:06:27 +00:00
"gulp-concat": "^2.6.0",
2016-02-15 08:14:43 +00:00
"gulp-ignore": "^2.0.1",
"gulp-plumber": "^1.1.0",
2015-08-12 07:06:27 +00:00
"gulp-rename": "^1.2.2",
2016-02-15 08:14:43 +00:00
"gulp-rimraf": "^0.2.0",
2016-06-18 11:56:58 +00:00
"gulp-sass": "^2.3.2",
2016-04-15 21:06:10 +00:00
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.6",
"gulp-cssnano": "^2.1.2",
"merge2": "^1.0.2",
2016-06-18 11:56:58 +00:00
"browser-sync": "^2.13.0"
2015-02-06 08:40:32 +00:00
}
}