{
  "name": "relations",
  "version": "0.5.0",
  "description": "entity relationship, role, and permissions API for Node.js",
  "main": "index.js",
  "dependencies": {
    "eventflow": "0.0.6",
    "async": "~0.1.22"
  },
  "devDependencies": {
    "idgen": "^2.0.2",
    "mocha": "*",
    "mysql": "2.0.0-alpha3",
    "pegjs": "~0.7.0",
    "redis": "~0.8.1"
  },
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/carlos8f/node-relations.git"
  },
  "homepage": "https://github.com/carlos8f/node-relations",
  "keywords": [
    "acl",
    "access",
    "data",
    "model",
    "granular"
  ],
  "author": "Carlos Rodriguez <carlos@s8f.org> (http://s8f.org/)",
  "license": "MIT"
}
