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

41 lines
942 B
JSON

{
"name": "understrap",
"version": "0.3.4",
"description": "Wordpress Theme framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/holger1411/understrap.git"
},
"keywords": [
"wordpress",
"theme",
"framework",
"bootstrap",
"underscores"
],
"author": "Holger Koenemann",
"license": "ISC",
"bugs": {
"url": "https://github.com/holger1411/understrap/issues"
},
"homepage": "https://github.com/holger1411/understrap",
"dependencies": {
"bower": "^1.5.2",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-ignore": "^1.2.1",
"gulp-minify-css": "^1.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.3.4",
"merge2": "^0.3.6"
}
}