kril-theme/package.json

58 lines
1.4 KiB
JSON
Raw Normal View History

2016-03-23 11:18:13 +02:00
{
"name": "understrap-child",
2018-07-26 18:42:05 +03:00
"version": "0.5.3",
2016-03-23 11:18:13 +02:00
"description": "Basic Child Theme for UnderStrap Theme Framework: https://github.com/holger1411/understrap",
"main": "index.js",
"scripts": {
"postinstall": "gulp copy-assets"
2016-03-23 11:18:13 +02:00
},
"repository": {
"type": "git",
"url": "https://github.com/holger1411/understrap-child.git"
},
"keywords": [
"wordpress",
"theme",
"framework",
"bootstrap",
"underscores"
],
"author": "Holger Koenemann",
2016-03-23 11:18:13 +02:00
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/holger1411/understrap-child/issues"
},
"homepage": "https://understrap.com",
2016-03-23 11:18:13 +02:00
"dependencies": {
2018-07-26 18:42:05 +03:00
"bootstrap": "4.1.3",
2018-03-14 14:15:39 +02:00
"browser-sync": "^2.23.6",
2017-08-15 10:32:46 +03:00
"del": "^3.0.0",
2016-11-11 13:22:36 +02:00
"font-awesome": "^4.7.0",
2018-03-14 14:15:39 +02:00
"gulp": "3.9.1",
"gulp-clean-css": "^3.9.2",
"gulp-clone": "2.0.1",
2016-12-02 16:23:51 +02:00
"gulp-concat": "^2.6.1",
2017-01-07 09:10:22 +02:00
"gulp-cssnano": "^2.1.2",
2016-12-02 16:23:51 +02:00
"gulp-ignore": "^2.0.2",
2018-03-14 14:15:39 +02:00
"gulp-imagemin": "^4.1.0",
2017-01-07 09:10:22 +02:00
"gulp-merge": "^0.1.1",
"gulp-plumber": "^1.2.0",
2016-03-23 11:18:13 +02:00
"gulp-rename": "^1.2.2",
2018-07-26 18:42:05 +03:00
"gulp-replace": "1.0.0",
"gulp-rimraf": "^0.2.2",
2018-04-11 12:27:43 +03:00
"gulp-sass": "4.0.1",
2018-03-14 14:15:39 +02:00
"gulp-sequence": "1.0.0",
2018-04-11 12:27:43 +03:00
"gulp-sourcemaps": "2.6.4",
2017-08-15 10:32:46 +03:00
"gulp-uglify": "^3.0.0",
2018-07-26 18:42:05 +03:00
"gulp-watch": "5.0.1",
"merge2": "^1.2.1",
2018-03-14 14:15:39 +02:00
"popper.js": "^1.12.9",
"run-sequence": "^2.2.1",
2016-11-11 13:20:56 +02:00
"undescores-for-npm": "^1.0.0",
2018-03-14 14:15:39 +02:00
"gulp-autoprefixer": "^5.0.0",
2018-07-26 19:02:26 +03:00
"understrap": "^0.8.6"
2016-12-02 16:23:51 +02:00
}
2016-03-23 11:18:13 +02:00
}