-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.5 KB
/
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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "Meteor-Neo4j-Demo",
"version": "1.1.1",
"description": "Most advanced and efficient Neo4j REST API Driver, with support of https and GrapheneDB",
"main": "main.js",
"scripts": {
"preinstall": "cd ./programs/server && npm install",
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VeliovGroup/neo4j-demo.git"
},
"dependencies": {
"async": "2.1.4",
"babel-runtime": "^6.22.0",
"connect": "^3.4.1",
"http-proxy": "^1.13.2",
"keypress": "^0.2.1",
"meteor-deque": "*",
"meteor-node-stubs": "~0.2.0",
"meteor-promise": "0.8.0",
"mime": "^1.3.4",
"mongodb": "^2.2.21",
"needle": "^1.4.5",
"node-gyp": "3.5.0",
"node-pre-gyp": "0.6.32",
"progress": "^1.1.8",
"promise": "7.1.1",
"semver": "5.3.0",
"sockjs": "^0.3.16",
"source-map-support": "https://github.com/meteor/node-source-map-support/tarball/1912478769d76e5df4c365e147f25896aee6375e",
"stream-buffers": "^3.0.0",
"underscore": "^1.8.3",
"useragent": "^2.1.11",
"vis": "^4.8.2"
},
"author": "Dmitriy A. (Veliov Group, LLC)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/VeliovGroup/neo4j-demo/issues"
},
"homepage": "http://neo4j-graph.herokuapp.com",
"keywords": [
"Neo4j",
"driver",
"REST",
"API",
"http",
"https",
"GrapheneDB",
"graphene",
"db",
"fiber",
"fibers"
],
"engines": {
"node": "4.6.2",
"npm": "3.10.6"
}
}