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.
2015-02-06 08:40:32 +00:00
|
|
|
{
|
|
|
|
"name": "understrap",
|
2016-03-09 09:37:15 +00:00
|
|
|
"version": "0.3.8",
|
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-02-14 08:51:46 +00:00
|
|
|
"bower": "^1.7.7",
|
2015-08-12 06:13:10 +00:00
|
|
|
"gulp": "^3.9.0",
|
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",
|
|
|
|
"gulp-sass": "^2.2.0",
|
|
|
|
"gulp-uglify": "^1.5.2",
|
2016-01-04 13:33:51 +00:00
|
|
|
"gulp-watch": "^4.3.5",
|
2016-02-15 12:30:16 +00:00
|
|
|
"gulp-cssnano": "^2.1.1",
|
2016-03-20 08:49:32 +00:00
|
|
|
"merge2": "^1.0.1",
|
|
|
|
"gulp-uglify": "^1.5.3"
|
2015-02-06 08:40:32 +00:00
|
|
|
}
|
|
|
|
}
|