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

{
"name": "understrap",
"version": "0.9.4",
"description": "WordPress Theme framework",
"main": "index.js",
"scripts": {
"postinstall": "gulp copy-assets",
"watch-bs": "gulp watch-bs"
},
"engines": {
"npm": ">=2.1.8"
},
"repository": {
"type": "git",
"url": "https://github.com/understrap/understrap.git"
},
"keywords": [
"wordpress",
"theme",
"framework",
"bootstrap",
"underscores"
],
"author": "Holger Koenemann",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/understrap/understrap/issues"
},
"homepage": "https://understrap.com",
"dependencies": {
"browsersync": "0.0.1-security"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"autoprefixer": "^9.7.6",
"bootstrap": "^4.4.1",
"browser-sync": "^2.26.7",
"del": "^4.1.1",
"font-awesome": "^4.7.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"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"
}
}