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-06-14 09:12:10 +00:00
|
|
|
"autoprefixer": "^8.6.2",
|
2018-01-22 08:09:25 +00:00
|
|
|
"bootstrap": "4.0.0",
|
2018-06-14 09:12:10 +00:00
|
|
|
"browser-sync": "^2.24.4",
|
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-04-02 20:16:04 +00:00
|
|
|
"gulp": "^4.0.0",
|
|
|
|
"gulp-clean-css": "^3.9.3",
|
2016-11-18 08:53:44 +00:00
|
|
|
"gulp-concat": "^2.6.1",
|
2018-03-07 10:08:50 +00:00
|
|
|
"gulp-imagemin": "^4.1.0",
|
2018-04-02 20:16:04 +00:00
|
|
|
"gulp-postcss": "^7.0.1",
|
2018-06-14 09:12:10 +00:00
|
|
|
"gulp-rename": "^1.3.0",
|
2018-01-25 22:09:03 +00:00
|
|
|
"gulp-replace": "^0.6.1",
|
2018-06-04 21:27:23 +00:00
|
|
|
"gulp-rev": "^8.1.1",
|
|
|
|
"gulp-sass": "^4.0.1",
|
2018-04-02 20:16:04 +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-04-02 20:16:04 +00:00
|
|
|
"popper.js": "^1.14.1",
|
2018-06-08 09:44:19 +00:00
|
|
|
"rev-del": "^1.0.5",
|
2018-06-26 08:26:35 +00:00
|
|
|
"undescores-for-npm": "^1.0.0"
|
2017-04-21 12:08:39 +00:00
|
|
|
}
|
2015-02-06 08:40:32 +00:00
|
|
|
}
|