forked from ydigital-factory/node-graph-acl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 848 Bytes
/
package.json
File metadata and controls
executable file
·38 lines (38 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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",
"coveralls": "^2.11.1"
},
"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/ydigital-factory/node-graph-acl"
},
"author": "Nuno Barreto <nbarreto@gmail.com>",
"contributors": [],
"scripts": {
"test": "grunt test"
},
"license": "MIT"
}