{
  "name": "<%= appname %>",
  "description": "<%= appdescription %>",
  "author": "<%= appauthor %> <<%= youremail %>>",
  "version": "<%= appversion %>",
  "main": "Gruntfile.js",
  "devDependencies": {
    "grunt": "^1.0.2",
    "grunt-banner": "^0.6.0",
    "grunt-browser-sync": "^2.2.0",
    "grunt-contrib-clean": "^1.1.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-cssmin": "^2.2.1",
    "grunt-contrib-imagemin": "^2.0.1",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-uglify": "^3.3.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-newer": "^1.3.0",
    "grunt-sass": "^2.1.0",
    "grunt-svgmin": "^5.0.0",
    "load-grunt-tasks": "^4.0.0",
    "time-grunt": "^1.4.0"
  }
}
