{
    "name": "mongo-rest"
  , "description": "A simple to use mongoose REST API."
  , "version": "3.0.7"
  , "author": "Matias Meno <m@tias.me>"
  , "main": "./index.js"
  , "private": false
  , "dependencies": {
      "underscore": "1.x",
      "inflection": "1.x"
    }
  , "devDependencies": {
      "mocha": "*",
      "coffee-script": "*",
      "should": "*"
    }
  , "scripts": {
      "test": "make test"
    }
  , "repository": {
      "type": "git"
    , "url": "git://github.com/enyo/mongo-rest.git"
  }
  , "homepage": "https://github.com/enyo/mongo-rest"
}
