{
  "name": "mongoose-express-api",
  "version": "0.0.3",
  "description": "Flexible automatic API generation for Moongose and Express",
  "main": "dist/api.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mcasimir/mongoose-express-api.git"
  },
  "keywords": [
    "Mongoonse",
    "MongoDB",
    "REST",
    "API",
    "JSON"
  ],
  "dependencies": {
    "inflection": "~1.2.6",
    "mongoose-api-query": "~0.1.0",
    "lodash": "~1.3.1"
  },
  "devDependencies": {
    "coffee-script": "~1.6.3",
    "grunt": "~0.4.1",
    "grunt-contrib-coffee": "~0.7.0",
    "grunt-contrib-watch": "~0.4.4",
    "grunt-contrib-clean": "~0.4.1",
    "grunt-exec": "~0.4.2",
    "codo": "",
    "mocha": "",
    "should": ""
  },
  "author": "mcasimir",
  "license": "MIT"
}
