{
  "name": "{{= appname }}",
  "version": "",
  "type" : "{{=ptype}}",
  "description": "{{= appname }} project",
  "author": {
    "name": "{{=username}}",
    "email": "{{=useremail}}"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://{{=hostname}}/{{= groupName || username_tolowcase}}/{{=appname_tolowcase}}/blob/master/LICENSE"
    }
  ],
  "repository": {
    "type": "git",
    "url": "http://{{=hostname}}/{{= groupName || username_tolowcase}}/{{=appname_tolowcase}}.git"
  },
  "homepage": "http://{{=hostname}}/{{=groupName || username_tolowcase}}/{{=appname_tolowcase}}.git",
  "dependencies": {},
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-connect": "~0.6.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-watch": "~0.5.2",
    "grunt-concurrent": "~0.4.3",
    "load-grunt-tasks": "~0.3.0",
    "time-grunt": "~0.2.8",
    "jshint-stylish": "~0.1.5",
    "grunt-replacecdn": "~1.0.1",
    "grunt-ifbuild": "~1.1.1",
    "wm": "~1.1.2",
    "grunt-resfetch": "~1.0.1",
    "tmp": "0.0.20",
    "bower":"~1.2.8",
    "file-utils": "~0.1.1",
    "rimraf" : "~2.2.8",
    "connect": "~2.12.0",
    "jshint" : "~2.4.4",
    "lodash" : "~2.4.1",
    "underscore" : "~1.4.4",
    "uglify-js"  : "~2.4.15",
    "cssmin" : "~0.4.1",
    "grunt-tpltools": "~1.0.2"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  
  "bugs": {
    "url": "http://{{=hostname}}/{{=groupName || username_tolowcase}}/{{=appname_tolowcase}}/issues"
  }
}
