UNPKG

node-acl

Version:

A tiny ACL toolkit

32 lines (29 loc) 689 B
{ "name" : "node-acl", "version" : "0.0.2", "description" : "A tiny ACL toolkit", "main" : "./index.js", "keywords" : [ "acl","access list", "permission","node-acl" ], "repository" : { "type" : "git", "url" : "https://github.com/romansky/node-acl" }, "dependencies" : { "node-logr" : ">= 0.0.3" }, "devDependencies" : { "jasmine-node": ">= 1.0.26", "coffee-script": "latest" }, "scripts" : { "test": "cake test" }, "engine" : {"node" : ">=0.8.0"}, "author" : { "name" : "Roman Landenband", "email" : "roman.land@gmail.com", "url" : "www.romansky.me" } }