{ "main": "gulpfile.js", "author": "Chris Jones ", "devDependencies": { "browser-sync": "^1.3.7", "del": "^0.1.3", "gulp": "^3.8.8", "gulp-bytediff": "^0.2.0", "gulp-cache": "^0.2.2", "gulp-clean": "^0.3.1", "gulp-file-include": "^0.5.1", "gulp-filter": "^1.0.2", "gulp-header": "^1.0.5", "gulp-if": "^1.2.4", "gulp-imagemin": "^1.0.1", "gulp-load-plugins": "^0.6.0", "gulp-minify-css": "^0.3.8", "gulp-pleeease": "^1.0.4", "gulp-rename": "^1.2.0", "gulp-ruby-sass": "^0.7.1", "gulp-strip-debug": "^1.0.1", "gulp-svgmin": "^0.4.6", "gulp-uglify": "^1.0.1", "run-sequence": "^0.3.6", "yargs": "^1.3.1" }, "private": true, "scripts": { "test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)" } }