{
  "name": "<%= appname %>",
  "version": "<%= version %>",
  "description": "<%= description %>",
  "keywords": [],
  "homepage": "https://github.com/ndfront/<%= appname %>",
  "author": {
    "name": "<%= user.name %>",
    "email": "<%= user.email %>"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ndfront/<%= appname %>.git"
  },
  "bugs": {
    "url": "https://github.com/ndfront/<%= appname %>/issues"
  },
  "licenses": "MIT",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-exec": "^0.4.6",
    "grunt-jsdoc": "^0.5.7",
    "grunt-spm-server": "^0.2.7",
    "load-grunt-tasks": "^0.6.0"
  },
  "spm": {
    "main": "index.js",
    "dependencies": {
      "jquery": "1.11.1"
    },
    "devDependencies": {
      "expect.js": "0.3.1"
    }
  }
}
