{
  "name": "resource",
  "version": "0.8.1",
  "description": "node.js resource library",
  "keywords": [
    "resource",
    "model",
    "controller",
    "mschema",
    "contracts"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/bigcompany/resource.git"
  },
  "main": "index.js",
  "dependencies": {
    "jugglingdb": "0.2.4",
    "jugglingdb-nano": "https://github.com/Marak/nano-adapter/tarball/master",
    "mschema": "*",
    "mschema-rpc": "0.7.x"
  },
  "scripts": {
    "test": "tap test/"
  },
  "license": "MIT",
  "author": "Marak Squires <support@marak.com>",
  "devDependencies": {
    "tap": "0.4.x"
  }
}
