-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 974 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
{
"name": "loopback-connector-neo4j-bolt",
"version": "0.1.0",
"description": "Neo4j database connector via bolt for the LoopBack framework.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lsocrate/loopback-connector-neo4j-bolt.git"
},
"keywords": [
"connector",
"datasource",
"loopback",
"strongloop",
"neo4j",
"graph",
"nosql"
],
"author": "Luiz Socrate <luiz@socrate.com.br>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lsocrate/loopback-connector-neo4j-bolt/issues"
},
"engines": {
"node": ">=7.10.0"
},
"homepage": "https://github.com/lsocrate/loopback-connector-neo4j-bolt#readme",
"dependencies": {
"debug": "^2.6.1",
"lodash": "^4.17.4",
"loopback-connector": "^4.2.0",
"moment": "^2.18.1",
"neo4j-driver": "^1.1.1",
"uuid": "^3.0.1"
}
}