{
  "name": "crude",
  "description": "Creates CRUD RESTfull endpoints for a given route",
  "version": "1.0.0",
  "homepage": "https://github.com/thanpolas/crude",
  "author": {
    "name": "Thanasis Polychronakis",
    "url": "http://thanpol.as"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/thanpolas/crude.git"
  },
  "bugs": {
    "url": "https://github.com/thanpolas/crude/issues"
  },
  "license": "MIT",
  "contributors": [
    {}
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "main": "./lib/bootstrap",
  "scripts": {
    "test": "node_modules/.bin/mocha -u tdd -R spec test/unit && node_modules/.bin/mocha -u bdd -R spec test/e2e && node_modules/.bin/grunt jshint"
  },
  "dependencies": {
    "pagination": "~0.4.4",
    "lodash": "~4.16.6",
    "middlewarify": "~1.0.0",
    "cip": "~1.0.0",
    "bluebird": "~3.4.6",
    "httplink": "0.0.1",
    "nodeon-error": "^0.2.1"
  },
  "devDependencies": {
    "crude-test": "^0.0.1",
    "crude-test-case": "^0.0.6",
    "sinon": "~1.17.6",
    "mocha": "~3.1.2",
    "chai": "~3.5.0",
    "grunt": "~1.0.1",
    "grunt-release": "~0.14.0",
    "mongoose": "^4.6.5",
    "supertest": "^2.0.1",
    "sinon-chai": "^2.8.0",
    "grunt-contrib-jshint": "^1.0.0",
    "load-grunt-tasks": "^3.5.2",
    "grunt-cli": "^1.2.0",
    "chai-as-promised": "^6.0.0"
  },
  "peerDependencies": {},
  "keywords": [
    "crud",
    "create",
    "read",
    "update",
    "delete",
    "express",
    "controller"
  ]
}
