{
  "name": "incdev-api-fw",
  "version": "0.2.13",
  "description": "promise based node.js framework",
  "main": "framework/index.js",
  "scripts": {
    "test": "istanbul cover _mocha --"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/incdevco/js-api-framework.git"
  },
  "keywords": [
    "promise",
    "api",
    "framework"
  ],
  "author": "Inclusive Development Company",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/incdevco/js-api-framework/issues"
  },
  "homepage": "https://github.com/incdevco/js-api-framework",
  "dependencies": {
    "bluebird": "^2.3.2",
    "bunyan": "^1.0.1",
    "expect.js": "^0.3.1",
    "moment": "^2.8.2",
    "mysql": "^2.4.3",
    "object-merge": "^2.5.1",
    "qs": "^2.2.2",
    "raw-body": "^1.3.0"
  }
}
