{
  "name": "nod",
  "version": "0.2.0",
  "description": "A simple, persistence-agnostic authorization system for node.js",
  "main": "index.js",
  "scripts": {
    "test": "mocha test -r should -R spec"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:pvencill/nod.git"
  },
  "keywords": [
    "node",
    "authorization",
    "access",
    "control"
  ],
  "author": "Paul Vencill",
  "license": "BSD",
  "devDependencies": {
    "mocha": "~1.7.4",
    "should": "~1.2.1"
  },
  "dependencies": {
    "underscore": "~1.4.3"
  }
}
