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

55 lines
1.3 KiB
JSON
Raw Normal View History

2015-02-06 08:40:32 +00:00
{
"name": "understrap",
2017-06-07 07:58:16 +00:00
"version": "0.6.2",
2015-02-06 08:40:32 +00:00
"description": "Wordpress Theme framework",
"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": {
2017-01-06 18:44:42 +00:00
"bootstrap": "^4.0.0-alpha.6",
2017-05-18 09:06:01 +00:00
"browser-sync": "^2.18.11",
"del": "^2.2.2",
2016-11-11 11:22:29 +00:00
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
2017-05-18 09:06:01 +00:00
"gulp-clean-css": "^3.3.1",
2016-12-19 12:33:38 +00:00
"gulp-clone": "^1.0.0",
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",
2017-04-21 12:08:39 +00:00
"gulp-imagemin": "^3.2.0",
2016-12-19 12:33:38 +00:00
"gulp-merge": "^0.1.1",
2016-02-15 08:14:43 +00:00
"gulp-plumber": "^1.1.0",
2015-08-12 07:06:27 +00:00
"gulp-rename": "^1.2.2",
2016-11-18 08:53:44 +00:00
"gulp-rimraf": "^0.2.1",
2017-01-18 07:56:48 +00:00
"gulp-sass": "^3.1.0",
2017-05-18 09:06:01 +00:00
"gulp-sourcemaps": "2.6.0",
2017-04-21 12:08:39 +00:00
"gulp-uglify": "^2.1.2",
"gulp-watch": "^4.3.11",
2017-01-18 07:56:48 +00:00
"merge2": "^1.0.3",
2016-12-19 12:33:38 +00:00
"run-sequence": "^1.2.2",
2017-05-23 18:16:28 +00:00
"gulp-sequence": "^0.4.6",
"undescores-for-npm": "^1.0.0"
2017-04-21 12:08:39 +00:00
}
2015-02-06 08:40:32 +00:00
}