2014-04-17 05:02:52 -07:00
|
|
|
{
|
|
|
|
"devDependencies": {
|
2014-08-05 12:59:38 -07:00
|
|
|
"apache-server-configs": "^2.7.1",
|
2014-07-16 05:26:51 -07:00
|
|
|
"browser-sync": "^1.3.0",
|
2014-09-29 09:51:19 -07:00
|
|
|
"del": "^0.1.3",
|
2014-06-27 17:42:17 -07:00
|
|
|
"gulp": "^3.8.5",
|
2014-11-25 03:22:05 -08:00
|
|
|
"gulp-autoprefixer": "^2.0.0",
|
|
|
|
"gulp-cache": "^0.2.4",
|
2014-08-18 06:38:49 -07:00
|
|
|
"gulp-changed": "^1.0.0",
|
2014-11-12 08:43:06 -08:00
|
|
|
"gulp-concat": "^2.4.1",
|
2014-06-27 17:42:17 -07:00
|
|
|
"gulp-csso": "^0.2.9",
|
2014-11-25 03:22:05 -08:00
|
|
|
"gulp-flatten": "0.0.4",
|
2014-06-07 10:34:02 -07:00
|
|
|
"gulp-if": "^1.2.1",
|
2014-11-25 03:22:05 -08:00
|
|
|
"gulp-imagemin": "^2.0.0",
|
2014-06-27 17:42:17 -07:00
|
|
|
"gulp-jshint": "^1.6.3",
|
2014-11-25 03:22:05 -08:00
|
|
|
"gulp-load-plugins": "^0.7.1",
|
|
|
|
"gulp-minify-html": "^0.1.7",
|
|
|
|
"gulp-replace": "^0.5.0",
|
|
|
|
"gulp-sass": "^1.2.2",
|
2014-08-01 02:29:29 -07:00
|
|
|
"gulp-size": "^1.0.0",
|
2014-09-08 09:12:06 -07:00
|
|
|
"gulp-uglify": "^1.0.1",
|
2014-11-25 03:22:05 -08:00
|
|
|
"gulp-uncss": "^0.5.1",
|
2014-09-08 09:12:06 -07:00
|
|
|
"gulp-useref": "^1.0.1",
|
2014-09-29 09:51:19 -07:00
|
|
|
"jshint-stylish": "^1.0.0",
|
2014-11-21 07:33:08 -08:00
|
|
|
"material-design-icons": "^1.0.1",
|
2014-08-18 06:38:49 -07:00
|
|
|
"opn": "^1.0.0",
|
2014-11-25 03:22:05 -08:00
|
|
|
"psi": "^0.1.5",
|
2014-06-27 11:28:08 -07:00
|
|
|
"require-dir": "^0.1.0",
|
2014-11-25 03:22:05 -08:00
|
|
|
"run-sequence": "^1.0.2"
|
2014-04-17 05:02:52 -07:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
2014-06-19 15:09:45 -07:00
|
|
|
},
|
2014-06-21 11:06:58 -07:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2014-06-21 12:46:55 -07:00
|
|
|
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
|
2014-06-21 11:06:58 -07:00
|
|
|
}
|
2014-04-17 05:02:52 -07:00
|
|
|
}
|