59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "understrap",
|
|
"version": "0.9.4",
|
|
"description": "WordPress Theme framework",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"postinstall": "gulp copy-assets"
|
|
},
|
|
"engines": {
|
|
"npm": ">=2.1.8"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/holger1411/understrap.git"
|
|
},
|
|
"keywords": [
|
|
"wordpress",
|
|
"theme",
|
|
"framework",
|
|
"bootstrap",
|
|
"underscores"
|
|
],
|
|
"author": "Holger Koenemann",
|
|
"license": "GPL-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/holger1411/understrap/issues"
|
|
},
|
|
"homepage": "https://understrap.com",
|
|
"dependencies": {
|
|
"@babel/preset-env": "^7.4.5",
|
|
"bootstrap": "^4.4.1",
|
|
"browser-sync": "^2.26.7",
|
|
"del": "^4.1.0",
|
|
"font-awesome": "^4.7.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-autoprefixer": "^6.0.0",
|
|
"gulp-clean-css": "^4.0.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-ignore": "^2.0.2",
|
|
"gulp-imagemin": "^5.0.3",
|
|
"gulp-plumber": "^1.2.1",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-replace": "^1.0.0",
|
|
"gulp-rimraf": "^0.2.2",
|
|
"gulp-sass": "^4.0.2",
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
"gulp-touch-fd": "^2.0.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"gulp-watch": "^5.0.1",
|
|
"undescores-for-npm": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.4",
|
|
"autoprefixer": "^9.5.1",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-postcss": "^8.0.0"
|
|
}
|
|
}
|