2015-02-06 08:40:32 +00:00
|
|
|
{
|
|
|
|
"name": "understrap",
|
2017-01-18 07:56:48 +00:00
|
|
|
"version": "0.5.3",
|
2015-02-06 08:40:32 +00:00
|
|
|
"description": "Wordpress Theme framework",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2016-12-19 12:33:38 +00:00
|
|
|
"postinstall": "gulp copy-assets"
|
2015-02-06 08:40:32 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2016-12-19 12:33:38 +00:00
|
|
|
"homepage": "https://understrap.com",
|
2015-02-06 08:40:32 +00:00
|
|
|
"dependencies": {
|
2017-01-06 18:44:42 +00:00
|
|
|
"bootstrap": "^4.0.0-alpha.6",
|
2017-01-18 07:56:48 +00:00
|
|
|
"browser-sync": "^2.18.6",
|
2017-01-17 14:49:36 +00:00
|
|
|
"del": "^2.2.2",
|
2016-11-11 11:22:29 +00:00
|
|
|
"font-awesome": "^4.7.0",
|
2016-06-02 06:15:37 +00:00
|
|
|
"gulp": "^3.9.1",
|
2016-12-19 12:33:38 +00:00
|
|
|
"gulp-clone": "^1.0.0",
|
2016-11-18 08:53:44 +00:00
|
|
|
"gulp-concat": "^2.6.1",
|
2016-12-19 12:33:38 +00:00
|
|
|
"gulp-cssnano": "^2.1.2",
|
2016-11-18 08:53:44 +00:00
|
|
|
"gulp-ignore": "^2.0.2",
|
2016-12-19 12:33:38 +00:00
|
|
|
"gulp-merge": "^0.1.1",
|
2016-02-15 08:14:43 +00:00
|
|
|
"gulp-plumber": "^1.1.0",
|
2015-08-12 07:06:27 +00:00
|
|
|
"gulp-rename": "^1.2.2",
|
2016-11-18 08:53:44 +00:00
|
|
|
"gulp-rimraf": "^0.2.1",
|
2017-01-18 07:56:48 +00:00
|
|
|
"gulp-sass": "^3.1.0",
|
|
|
|
"gulp-sourcemaps": "^2.4.0",
|
2016-09-15 13:08:08 +00:00
|
|
|
"gulp-uglify": "^2.0.0",
|
2016-12-29 08:41:30 +00:00
|
|
|
"gulp-watch": "^4.3.11",
|
2017-01-18 07:56:48 +00:00
|
|
|
"merge2": "^1.0.3",
|
2016-12-19 12:33:38 +00:00
|
|
|
"run-sequence": "^1.2.2",
|
2016-11-07 20:07:44 +00:00
|
|
|
"undescores-for-npm": "^1.0.0"
|
2016-11-16 18:58:03 +00:00
|
|
|
},
|
2016-12-19 12:33:38 +00:00
|
|
|
"devDependencies": {}
|
2015-02-06 08:40:32 +00:00
|
|
|
}
|