{
  "author": "Ben Gourley",
  "name": "cf-api",
  "description": "A pluggable JSON API server",
  "version": "2.5.0",
  "tags": [],
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git@github.com:clocklimited/cf-api"
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.org"
  },
  "main": "api.js",
  "scripts": {
    "lint": "jshint . --reporter=./node_modules/jshint-full-path/index.js",
    "pretest": "npm run-script lint",
    "test": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha -- -R spec --recursive",
    "posttest": "istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100 && rm -rf coverage",
    "prepublish": "npm test && npm prune"
  },
  "engines": {
    "node": ">=0.8"
  },
  "dependencies": {
    "body-parser": "^1.15.2",
    "express": "^4.14.0",
    "lodash.assign": "^4.2.0",
    "lodash.pick": "^4.4.0",
    "morgan": "^1.7.0",
    "response-time": "^2.3.1"
  },
  "devDependencies": {
    "istanbul": "^0.4.5",
    "jshint": "^2.9.4",
    "jshint-full-path": "^1.1.1",
    "mocha": "^3.1.2",
    "should": "2",
    "supertest": "^2.0.1"
  }
}
