FastGap/generator-fastgap

View on GitHub
app/templates/_package.json

Summary

Maintainability
Test Coverage
{
  "name": "<%= _.slugify(appname) %>",
  "version": "0.0.0",
  "dependencies": {},
  "devDependencies": {
    "cordova": "^3.4.1-0.1.0",
    "grunt": "~0.4.4",
    "time-grunt": "^0.3.1",
    "load-grunt-tasks": "~0.4.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-sass": "~0.12.1",
    "grunt-contrib-concat": "~0.4.0",
    "grunt-contrib-uglify": "~0.4.0",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-shell": "~0.7.0",
    "grunt-contrib-connect": "~0.7.1",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-banner": "~0.2.2",
    "grunt-bump": "~0.0.13"
  }
}