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",
|
2016-11-11 11:22:29 +00:00
|
|
|
"font-awesome": "^4.7.0",
|
2016-06-02 06:15:37 +00:00
|
|
|
"gulp": "^3.9.1",
|
2015-08-12 07:06:27 +00:00
|
|
|
"gulp-concat": "^2.6.0",
|
2016-02-15 08:14:43 +00:00
|
|
|
"gulp-ignore": "^2.0.1",
|
|
|
|
"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",
|
2016-09-15 13:08:08 +00:00
|
|
|
"gulp-uglify": "^2.0.0",
|
2016-11-11 11:21:13 +00:00
|
|
|
"gulp-watch": "^4.3.10",
|
|
|
|
"gulp-clone": "^1.0.0",
|
|
|
|
"gulp-merge": "^0.1.1",
|
|
|
|
"gulp-cssnano": "^2.1.2",
|
|
|
|
"gulp-sourcemaps": "^2.2.0",
|
2016-09-13 13:28:53 +00:00
|
|
|
"merge2": "^1.0.2",
|
2016-11-11 11:21:13 +00:00
|
|
|
"browser-sync": "^2.17.5",
|
2016-11-03 14:52:58 +00:00
|
|
|
"owl.carousel": "^2.2.0",
|
2016-11-07 20:07:44 +00:00
|
|
|
"undescores-for-npm": "^1.0.0"
|
2016-11-16 18:58:03 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {}
|
2015-02-06 08:40:32 +00:00
|
|
|
}
|