{
  "name": "modella-resource",
  "description": "Expose Modella models via RESTful resource middleware.",
  "version": "0.13.0",
  "author": "Alex Mingoia <talk@alexmingoia.com>",
  "homepage": "https://github.com/alexmingoia/modella-resource",
  "keywords": [
    "express",
    "modella",
    "resource",
    "routing",
    "middleware",
    "REST"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/alexmingoia/modella-resource.git"
  },
  "main": "./lib/resource.js",
  "dependencies": {
    "extend": "1.2.1"
  },
  "devDependencies": {
    "express": "3.4.0",
    "mocha": "1.13.0",
    "modella": "0.2.0",
    "should": "1.3.0",
    "supertest": "0.8.0"
  },
  "scripts": {
    "test": "node_modules/mocha/bin/mocha test"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "license": "MIT"
}
