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

53 lines
1.2 KiB
JSON
Raw Normal View History

2015-02-06 08:40:32 +00:00
{
"name": "understrap",
2018-07-03 06:54:40 +00:00
"version": "0.8.3",
"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-03 06:54:40 +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",
2015-02-06 08:40:32 +00:00
"dependencies": {
2018-07-03 06:31:39 +00:00
"autoprefixer": "^8.6.4",
"bootstrap": "4.1.1",
"browser-sync": "^2.24.5",
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-07-03 06:31:39 +00:00
"gulp": "4.0.0",
"gulp-clean-css": "^3.9.4",
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-07-03 06:31:39 +00:00
"gulp-replace": "^1.0.0",
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-07-03 06:31:39 +00:00
"merge2": "^1.2.2",
"popper.js": "^1.14.3",
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
}