-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 990 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 990 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
39
40
41
42
43
44
45
46
47
48
{
"name": "neo4j-simple",
"version": "0.8.1",
"description": "Simple nodes, relations, queries.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/sebinsua/neo4j-simple"
},
"keywords": [
"neo4j",
"cypher",
"graph",
"node",
"relationship",
"database",
"promises",
"promised",
"es6",
"query",
"parsing",
"simple"
],
"author": "Seb Insua <me@sebinsua.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/sebinsua/neo4j-simple/issues"
},
"homepage": "https://github.com/sebinsua/neo4j-simple",
"dependencies": {
"any-promise": "^1.1.0",
"debug": "^2.2.0",
"joi": "^6.5.0",
"node-uuid": "^1.4.3",
"rainbird-neo4j": "^0.4.3",
"tap-debug": "^0.1.4",
"thenify-all": "^1.6.0"
},
"devDependencies": {
"jshint": "latest",
"chai": "^2.1.2",
"mocha": "^2.2.1",
"sinon": "^1.14.1"
}
}