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.
understrap/package.json

57 lines
1.3 KiB
JSON
Raw Normal View History

2015-02-06 08:40:32 +00:00
{
"name": "understrap",
2019-06-30 07:11:58 +00:00
"version": "0.9.4",
"description": "WordPress Theme framework",
2015-02-06 08:40:32 +00:00
"main": "index.js",
"scripts": {
2020-05-08 11:11:39 +00:00
"postinstall": "gulp copy-assets",
"watch-bs": "gulp watch-bs"
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",
2020-04-14 06:36:09 +00:00
"url": "https://github.com/understrap/understrap.git"
2015-02-06 08:40:32 +00:00
},
"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": {
2020-04-14 06:36:09 +00:00
"url": "https://github.com/understrap/understrap/issues"
2015-02-06 08:40:32 +00:00
},
2016-12-19 12:33:38 +00:00
"homepage": "https://understrap.com",
2020-05-08 11:11:39 +00:00
"dependencies": {
"browsersync": "0.0.1-security"
},
"devDependencies": {
"@babel/core": "^7.9.0",
2020-04-13 15:05:53 +00:00
"@babel/preset-env": "^7.9.5",
"autoprefixer": "^9.7.6",
"bootstrap": "^4.4.1",
"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-babel": "^8.0.0",
2020-04-13 15:05:53 +00:00
"gulp-clean-css": "^4.3.0",
2016-11-18 08:53:44 +00:00
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^5.0.3",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-touch-fd": "^2.0.0",
"gulp-uglify": "^3.0.2",
"undescores-for-npm": "^1.0.0"
2017-04-21 12:08:39 +00:00
}
2015-02-06 08:40:32 +00:00
}