2015-02-06 08:40:32 +00:00
|
|
|
{
|
|
|
|
"name": "understrap",
|
2019-06-30 07:11:58 +00:00
|
|
|
"version": "0.9.4",
|
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": {
|
2018-07-04 09:37:13 +00:00
|
|
|
"url": "https://github.com/holger1411/understrap/issues"
|
2015-02-06 08:40:32 +00:00
|
|
|
},
|
2016-12-19 12:33:38 +00:00
|
|
|
"homepage": "https://understrap.com",
|
2015-02-06 08:40:32 +00:00
|
|
|
"dependencies": {
|
2019-12-25 00:12:02 +00:00
|
|
|
"@babel/preset-env": "^7.7.7",
|
2019-12-17 07:31:30 +00:00
|
|
|
"bootstrap": "^4.4.1",
|
2019-09-29 10:16:42 +00:00
|
|
|
"browser-sync": "^2.26.7",
|
2019-12-25 00:12:02 +00:00
|
|
|
"del": "^4.1.1",
|
2016-11-11 11:22:29 +00:00
|
|
|
"font-awesome": "^4.7.0",
|
2019-12-25 00:12:02 +00:00
|
|
|
"gulp": "^4.0.2",
|
|
|
|
"gulp-autoprefixer": "^6.1.0",
|
|
|
|
"gulp-clean-css": "^4.2.0",
|
2016-11-18 08:53:44 +00:00
|
|
|
"gulp-concat": "^2.6.1",
|
2018-07-04 09:37:13 +00:00
|
|
|
"gulp-ignore": "^2.0.2",
|
2018-12-28 08:39:58 +00:00
|
|
|
"gulp-imagemin": "^5.0.3",
|
|
|
|
"gulp-plumber": "^1.2.1",
|
|
|
|
"gulp-rename": "^1.4.0",
|
2019-04-11 16:52:57 +00:00
|
|
|
"gulp-replace": "^1.0.0",
|
2018-07-04 09:37:13 +00:00
|
|
|
"gulp-rimraf": "^0.2.2",
|
2019-04-11 16:52:57 +00:00
|
|
|
"gulp-sass": "^4.0.2",
|
|
|
|
"gulp-sourcemaps": "^2.6.5",
|
2019-09-29 10:16:42 +00:00
|
|
|
"gulp-touch-fd": "^2.0.0",
|
2019-04-11 16:52:57 +00:00
|
|
|
"gulp-uglify": "^3.0.2",
|
|
|
|
"gulp-watch": "^5.0.1",
|
|
|
|
"undescores-for-npm": "^1.0.0"
|
2019-05-01 15:41:53 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-12-25 00:12:02 +00:00
|
|
|
"@babel/core": "^7.7.7",
|
|
|
|
"autoprefixer": "^9.7.3",
|
2019-05-01 15:41:53 +00:00
|
|
|
"gulp-babel": "^8.0.0",
|
|
|
|
"gulp-postcss": "^8.0.0"
|
2017-04-21 12:08:39 +00:00
|
|
|
}
|
2015-02-06 08:40:32 +00:00
|
|
|
}
|