{
  "name": "<%= appName %>",
  "version": "1.0.0",
  "description": "<%= appName %> an Octoblu Service",
  "keywords": ["Octoblu", "Service"],
  "homepage": "<%= githubUrl %>/<%= fullFilePrefix %>",
  "bugs": "<%= githubUrl %>/<%= fullFilePrefix %>/issues",
  "author": {
    "name": "<%= realname %>",
    "url": "<%= githubUrl %>"
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "<%= githubUrl %>/<%= fullFilePrefix %>.git"
  },
  "scripts": {
    "start": "node command.js",
    "test": "mocha",
    "coverage": "nyc npm test",
    "mocha:json": "mocha --reporter json > coverage/mocha.json",
    "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-subset": "^1.3.0",
    "env-test": "^1.0.0",
    "mocha": "^3.0.2",
    "mocha-multi": "^0.10.0",
    "mocha-osx-reporter": "^0.1.2",
    "nyc": "^10.1.2",
    "request": "^2.74.0",
    "@octoblu/shmock": "^0.9.1",
    "sinon": "^1.17.6",
    "sinon-chai": "^2.8.0"
  },
  "dependencies": {
    "coffee-script": "^1.10.0",
    "debug": "^2.2.0",
    "envalid": "^2.4.2",
    "express-meshblu-auth": "^9.0.2",
    "express-octoblu": "^3.0.0",
    "lodash": "^4.15.0",
    "meshblu-config": "^6.0.0",
    "server-destroy": "^1.0.1",
    "sigterm-handler": "^2.0.0"
  },
  "license": "MIT",
  "nyc": {
    "cache": true,
    "reporter": [
      "text-summary",
      "lcov",
      "json"
    ],
    "extension": [
      ".coffee"
    ]
  }
}
