graph-acl
Version:
An ACL module using Graph databases.
33 lines (32 loc) • 779 B
JSON
{
"name": "graph-acl",
"private": false,
"version": "0.1.3",
"description": "An ACL module using Graph databases.",
"keywords": ["acl", "neo4j", "graph"],
"homepage": "http://ydigitalfactory.com/graph-acl",
"dependencies": {
"async": ">=0.9.0",
"node-neo4j": ">=2.0.0-RC6"
},
"devDependencies": {
"grunt": ">=0.4.5",
"grunt-contrib-jshint": ">=0.10.0",
"grunt-jasmine-node": ">=0.2.1",
"grunt-jsdoc": ">=0.5.6",
"grunt-lintspaces": ">=0.6.0"
},
"engines": {
"node": ">=0.10.29"
},
"main": "./index.js",
"repository": {
"type" : "git",
"url" : "https://github.com/emerging/node-graph-acl"
},
"author": "Nuno Barreto <nbarreto@gmail.com>",
"contributors": [],
"scripts": {
"test": "grunt test"
}
}