UNPKG

nod

Version:

A simple, persistence-agnostic authorization system for node.js

29 lines (28 loc) 554 B
{ "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" } }