forked from nullibrew/node-red-contrib-nulli-neo4j
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 925 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
{
"author": {
"name": "Maxim Salnikov",
"email": "salnikov@gmail.com"
},
"bugs": {
"url": "https://github.com/webmaxru/node-red-contrib-neo4j-bolt/issues"
},
"dependencies": {
"neo4j-driver": "latest"
},
"description": "Node RED node for neo4j",
"homepage": "https://github.com/webmaxru/node-red-contrib-neo4j-bolt#readme",
"keywords": [
"node-red",
"nodered",
"neo4j",
"cypher"
],
"license": "MIT",
"main": "neo4j.js",
"name": "node-red-contrib-neo4j-bolt",
"node-red": {
"nodes": {
"neo4j-bolt": "neo4j.js",
"neo4j-bolt-server": "neo4j_server.js"
},
"version": ">=0.18.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webmaxru/node-red-contrib-neo4j-bolt.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=7.4.0"
},
"version": "2.5.2"
}