{
  "name": "<%= appname %>",
  "version": "1.0.0",
  "description": "Put some description here",
  "keywords": [
  ],
  "homepage": "<%= githubUrl %>/<%= filePrefix %>",
  "bugs": "<%= githubUrl %>/<%= filePrefix %>/issues",
  "author": {
    "name": "<%= realname %>",
    "url": "<%= githubUrl %>"
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "<%= githubUrl %>/<%= filePrefix %>.git"
  },
  "scripts": {
    "start": "node command.js",
    "test": "mocha"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "^0.4.0",
    "mocha": "^2.3.4",
    "mocha-istanbul": "^0.2.0",
    "passport-strategy": "^1.0.0",
    "request": "^2.66.0",
    "@octoblu/shmock": "^0.7.2",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0"
  },
  "dependencies": {
    "body-parser": "^1.14.1",
    "coffee-script": "^1.10.0",
    "cookie-parser": "^1.4.1",
    "cookie-session": "^2.0.0-alpha.1",
    "cors": "^2.5.3",
    "debug": "^2.2.0",
    "endo-core": "^14.3.0",
    "errorhandler": "^1.4.2",
    "express-meshblu-auth": "^5.0.0",
    "express-meshblu-healthcheck": "^1.0.1",
    "express-send-error": "^1.1.0",
    "express": "^4.13.3",
    "fs-cson": "^0.3.2",
    "jsonschema": "^1.1.0",
    "lodash": "^4.11.1",
    "meshblu-config": "^4.0.0",
    "meshblu-encryption": "^1.0.3",
    "morgan": "^1.6.1",
    "passport": "^0.3.2",
    "passport-octoblu": "^2.0.1"
  },
  "peerDependencies": {
  },
  "engines": {
    "node": ">=0.8.0",
    "npm": ">=1.2.10"
  },
  "license": "MIT"
}
