{
  "name": "restify-curd",
  "version": "1.0.8",
  "description": "npm install restify-curd",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha --compilers coffee:coffee-script/register -b",
    "test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- -t 5000 --recursive  -R spec test/ --compilers coffee:coffee-script/register -b --require coffee-coverage/register-istanbul",
    "compile": "grunt coffee:dev",
    "prepublish": "npm run compile"
  },
  "author": "yisbug",
  "license": "ISC",
  "devDependencies": {
    "coffee-coverage": "^1.0.1",
    "coffee-script": "^1.10.0",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-coffee": "~0.13.0",
    "grunt-shell": "^1.1.2",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "restify": "^4.3.0",
    "should": "^8.2.2"
  },
  "dependencies": {
    "async": "0.9.0",
    "mongoose": "4.7.6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yisbug/restify-curd.git"
  },
  "bugs": {
    "url": "https://github.com/yisbug/restify-curd/issues"
  },
  "homepage": "https://github.com/yisbug/restify-curd"
}
