kellyirc/Warriors

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "warriors",
  "description": "",
  "readme": "",
  "repository": "",
  "version": "0.0.0",
  "devDependencies": {
    "babelify": "^6.0.1",
    "bower": "*",
    "browserify": "*",
    "del": "*",
    "errorify": "^0.2.0",
    "gulp": "*",
    "gulp-concat": "*",
    "gulp-connect": "*",
    "gulp-download": "*",
    "gulp-if": "*",
    "gulp-jade": "^1.0.0",
    "gulp-jshint": "*",
    "gulp-less": "^3.0.2",
    "gulp-minify-css": "*",
    "gulp-minify-html": "*",
    "gulp-processhtml": "*",
    "gulp-rename": "*",
    "gulp-sourcemaps": "^1.5.1",
    "gulp-streamify": "*",
    "gulp-uglify": "*",
    "gulp-util": "*",
    "gulp-watch": "*",
    "tiny-lr": "*",
    "vinyl-paths": "*",
    "vinyl-source-stream": "*",
    "watchify": "*",
    "gulp-open": "~0.3.2",
    "gulp-imagemin": "~2.2.1",
    "imagemin-pngquant": "~4.0.0",
    "gulp-jscs": "~1.5.1"
  },
  "scripts": {
    "post-install": "node ./node_modules/bower/bin/bower install",
    "start": "node ./node_modules/gulp/bin/gulp.js",
    "build": "node ./node_modules/gulp/bin/gulp.js build"
  }
}