2015-02-06 08:40:32 +00:00
|
|
|
{
|
|
|
|
"name": "understrap",
|
2018-04-11 09:27:24 +00:00
|
|
|
"version": "0.8.2",
|
2017-10-03 08:18:29 +00:00
|
|
|
"description": "WordPress Theme framework",
|
2015-02-06 08:40:32 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2016-12-19 12:33:38 +00:00
|
|
|
"postinstall": "gulp copy-assets"
|
2015-02-06 08:40:32 +00:00
|
|
|
},
|
2017-03-21 13:53:49 +00:00
|
|
|
"engines": {
|
|
|
|
"npm": ">=2.1.8"
|
2017-01-27 06:46:05 +00:00
|
|
|
},
|
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": {
|
2018-04-10 17:05:24 +00:00
|
|
|
"bootstrap": "4.1.0",
|
2018-03-07 10:08:50 +00:00
|
|
|
"browser-sync": "^2.23.6",
|
2017-07-20 13:33:03 +00:00
|
|
|
"del": "^3.0.0",
|
2016-11-11 11:22:29 +00:00
|
|
|
"font-awesome": "^4.7.0",
|
2018-03-07 10:08:50 +00:00
|
|
|
"gulp": "3.9.1",
|
|
|
|
"gulp-clean-css": "^3.9.2",
|
|
|
|
"gulp-clone": "2.0.1",
|
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",
|
2018-03-07 10:08:50 +00:00
|
|
|
"gulp-imagemin": "^4.1.0",
|
2016-12-19 12:33:38 +00:00
|
|
|
"gulp-merge": "^0.1.1",
|
2018-01-22 08:09:25 +00:00
|
|
|
"gulp-plumber": "^1.2.0",
|
2015-08-12 07:06:27 +00:00
|
|
|
"gulp-rename": "^1.2.2",
|
2018-01-25 22:09:03 +00:00
|
|
|
"gulp-replace": "^0.6.1",
|
2018-05-16 09:08:23 +00:00
|
|
|
"gulp-rev": "^8.1.1",
|
2018-01-22 08:09:25 +00:00
|
|
|
"gulp-rimraf": "^0.2.2",
|
2018-04-11 09:27:24 +00:00
|
|
|
"gulp-sass": "4.0.1",
|
2018-03-07 10:08:50 +00:00
|
|
|
"gulp-sequence": "1.0.0",
|
2018-04-11 09:27:24 +00:00
|
|
|
"gulp-sourcemaps": "2.6.4",
|
2017-07-20 13:33:03 +00:00
|
|
|
"gulp-uglify": "^3.0.0",
|
2018-03-07 10:08:50 +00:00
|
|
|
"gulp-watch": "5.0.0",
|
2018-01-22 08:09:25 +00:00
|
|
|
"merge2": "^1.2.1",
|
2018-03-07 10:08:50 +00:00
|
|
|
"popper.js": "^1.12.9",
|
2018-01-22 08:09:25 +00:00
|
|
|
"run-sequence": "^2.2.1",
|
2018-02-15 14:57:02 +00:00
|
|
|
"undescores-for-npm": "^1.0.0",
|
2018-03-07 10:08:50 +00:00
|
|
|
"gulp-autoprefixer": "^5.0.0"
|
2017-04-21 12:08:39 +00:00
|
|
|
}
|
2015-02-06 08:40:32 +00:00
|
|
|
}
|