kril-theme/package.json

36 lines
977 B
JSON
Raw Normal View History

2016-03-23 11:18:13 +02:00
{
"name": "understrap-child",
2016-08-01 16:57:06 +03:00
"version": "0.1.4",
2016-03-23 11:18:13 +02:00
"description": "Basic Child Theme for UnderStrap Theme Framework: https://github.com/holger1411/understrap",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/holger1411/understrap-child.git"
},
"author": "",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/holger1411/understrap-child/issues"
},
"homepage": "https://github.com/holger1411/understrap-child",
"dependencies": {
2016-04-29 12:35:16 +03:00
"bower": "^1.7.9",
2016-06-24 09:12:53 +03:00
"gulp": "^3.9.1",
2016-03-23 11:18:13 +02:00
"gulp-concat": "^2.6.0",
"gulp-ignore": "^2.0.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.0",
2016-06-24 09:12:53 +03:00
"gulp-sass": "^2.3.2",
2016-05-04 00:05:25 +03:00
"gulp-uglify": "^1.5.3",
2016-06-24 09:12:53 +03:00
"gulp-watch": "^4.3.6",
"gulp-cssnano": "^2.1.2",
2016-08-15 16:06:31 +03:00
"gulp-sourcemaps": "^1.6.0",
2016-06-24 09:12:53 +03:00
"merge2": "^1.0.2",
"browser-sync": "^2.13.0"
2016-03-23 11:18:13 +02:00
}
}