{
  "name": "<%= _.slugify(appname) %>",
  "version": "<%= appversion %>",
  "author": "<%= appauthor %>",
  "url": "<%= appurl %>",
  "main": "app/index.js",
  "homepage": "https://github.com/<%= gitTeam%>/<%= gitRepoName %>",
  "bugs": "https://github.com/<%= gitTeam%>/<%= gitRepoName %>/issues",
  "build": "Organism v.<%= generatorVersion %>",
  "repository": {
    "type": "git",
    "url": "https://github.com/<%= gitTeam%>/<%= gitRepoName %>.git"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-banner": "~0.1.4",
    "grunt-contrib-uglify": "~0.2.2",
    "grunt-contrib-jade": "~0.8.0",
    "grunt-contrib-coffee": "~0.7.0",
    "grunt-contrib-compass": "~0.5.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-contrib-copy": "~0.4.1",
    "marked": "~0.2.9",
    "grunt-smushit": "~1.1.2",
    "grunt-mkdir": "~0.1.1",
    "grunt-modernizr": "~0.3.0",
    "grunt-contrib-clean": "~0.5.0",<% if (useGruntIconSVG ) { %>
    "grunt-grunticon": "~0.5.2", <% } if (useSassSVG != false) { %>
    "grunt-svgmin": "~0.2.0",
    "grunt-svg2png": "~0.2.0",<% } %>
    "grunt-manifest": "~0.4.0",<% if (useIconfont != false) { %>
    "grunt-webfont": "~0.1.5",<% } if (useHTMLServer) { %>
    "grunt-contrib-connect": "~0.3.0",<% } %>
    "connect-livereload": "~0.2.0",
    "grunt-contrib-htmlmin": "~0.1.3",
    "matchdep": "~0.1.2",<% if (ftpOption) { %>
    "grunt-sftp-deploy": "0.0.9",<% } %>
    "grunt-responsive-images": "0.0.3",
    "grunt-open": "~0.2.0",
    "grunt-usemin": "~0.1.12",
    "grunt-stripmq": "0.0.2",
    "grunt-chmod": "~1.0.3",
    "grunt-bump": "~0.0.11",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-combine-media-queries": "~1.0.1",
    "grunt-contrib-cssmin": "~0.6.1",
    "grunt-dalek": "~0.1.0"
  },
  "licenses": [
    {
      "type": "MIT"
    }
  ]
}
