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

48 lines
1.1 KiB
JSON
Raw Normal View History

2015-02-06 08:40:32 +00:00
{
"name": "understrap",
2016-10-20 13:49:33 +00:00
"version": "0.4.9",
2015-02-06 08:40:32 +00:00
"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",
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"
},
"homepage": "https://github.com/holger1411/understrap",
"dependencies": {
2016-10-20 13:29:51 +00:00
"bootstrap": "^4.0.0-alpha.5",
"browser-sync": "^2.17.5",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-clone": "^1.0.0",
2015-08-12 07:06:27 +00:00
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
2016-02-15 08:14:43 +00:00
"gulp-ignore": "^2.0.1",
"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-02-15 08:14:43 +00:00
"gulp-rimraf": "^0.2.0",
2016-06-18 11:56:58 +00:00
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.9.0",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.6",
"merge2": "^1.0.2",
"owl.carousel": "^2.2.0",
"undescores-for-npm": "^1.0.0"
2015-02-06 08:40:32 +00:00
}
}