-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 975 Bytes
/
package.json
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
49
50
{
"name": "neo4j-fiber",
"version": "1.0.4",
"description": "Most advanced and efficient Neo4j REST API Driver, with support of https and GrapheneDB",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Neo4j",
"driver",
"REST",
"API",
"http",
"https",
"GrapheneDB",
"graphene",
"db",
"fiber",
"fibers"
],
"tags": [
"Neo4j",
"driver",
"REST",
"API",
"http",
"https",
"GrapheneDB",
"graphene",
"db",
"fiber",
"fibers"
],
"repository": {
"type": "git",
"url": "git://github.com/VeliovGroup/neo4j-fiber.git"
},
"homepage": "https://github.com/VeliovGroup/neo4j-fiber",
"author": "Dmitriy A. (http://veliovgroup.com)",
"license": "BSD 3-Clause",
"dependencies": {
"needle": "^2.2.1",
"fibers": "^2.0.2",
"underscore": "^1.9.1"
},
"engines": {
"node": ">= 8.9.x"
}
}