forked from veliovgroup/neo4j-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
70 lines (70 loc) · 1.82 KB
/
app.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
62
63
64
65
66
67
68
69
70
{
"name": "Meteor-Neo4j-Demo",
"version": "1.1.0",
"description": "Most advanced and efficient Neo4j REST API Driver, with support of https and GrapheneDB",
"repository": "https://github.com/VeliovGroup/neo4j-demo",
"website": "http://neo4j-graph.herokuapp.com",
"logo": "https://raw.githubusercontent.com/VeliovGroup/ostrio-neo4jdriver/master/logo.min.png",
"scripts": {
"start": "node main.js"
},
"dependencies": {
"async": "2.1.4",
"babel-runtime": "^6.22.0",
"connect": "^3.4.1",
"fibers": "^1.0.15",
"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.3",
"neo4j-fiber": "1.0.1",
"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"
},
"env": {
"ROOT_URL": {
"description": "Full URL of your app, with protocol (scheme), ex.: https://example.com",
"required": true
},
"NEO4J_URL": {
"description": "Full URL to Neo4j, with protocol (scheme), ex.: http://neo4j:1234@localhost:7474. Create free one at: http://www.graphenedb.com",
"required": true
}
},
"keywords": [
"Neo4j",
"driver",
"REST",
"API",
"http",
"https",
"GrapheneDB",
"graphene",
"db",
"fiber",
"fibers"
],
"image": "heroku/nodejs",
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"engines": {
"node": "4.6.2",
"npm": "3.10.6"
}
}