{
  "name": "rest-api-starter",
  "version": "0.0.28",
  "description": "Rest API starter kit.",
  "author": {
    "name": "Sebastian G. Vinci",
    "email": "sgvinci@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:svinci/rest-api-starter.git"
  },
  "license": "Apache-2.0",
  "keywords": [
    "REST",
    "API",
    "Microservices",
    "MongoDB"
  ],
  "main": "index.js",
  "scripts": {
    "lint": "eslint index.js --fix && eslint app/** --fix && eslint tests/** --fix",
    "check": "npm-check",
    "test": "istanbul cover _mocha tests",
    "build": "npm install && npm run test && npm run lint && npm run check",
    "deploy": "npm run build && npm publish",
    "preversion": "npm run test",
    "version": "npm run build",
    "postversion": "git push origin master && git push origin master --tags && npm run deploy"
  },
  "dependencies": {
    "bluebird": "^3.5.0",
    "body-parser": "^1.17.1",
    "compression": "1.6.2",
    "config": "^1.25.1",
    "cookie-parser": "1.4.3",
    "express": "^4.15.2",
    "graphite-tcp": "^1.0.4",
    "jsonschema": "1.1.1",
    "mongodb": "^2.2.24",
    "superagent": "^3.5.0",
    "superagent-promise": "1.1.0",
    "uuid": "3.0.1",
    "winston": "2.3.1"
  },
  "devDependencies": {
    "chai": "3.5.0",
    "eslint": "^3.17.1",
    "istanbul": "0.4.5",
    "mocha": "3.2.0",
    "npm-check": "5.4.0"
  }
}
