-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
45 lines (45 loc) · 903 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
{
"name": "graffeine",
"version": "0.0.5",
"description": "Caffeinated Neo4J Graph Admin",
"contributors": [
"Julian Browne"
],
"homepage": "https://github.com/julianbrowne/graffeine",
"repository": {
"type": "git",
"url": "https://github.com/julianbrowne/graffeine.git"
},
"keywords": [
"neo4j",
"d3",
"admin",
"graph"
],
"author": "Julian Browne",
"scripts": {
"start": "node server.js"
},
"gitHead": "bf98fc30e71141fc4a07bce1714f14c912a6ef4e",
"readmeFilename": "readme.md",
"main": "server.js",
"directories": {
"doc": "doc",
"test": "test"
},
"dependencies": {
"d3": "3.1.10",
"neo4j": "1.1.0",
"node-static": "0.6.9",
"socket.io": "0.9.17"
},
"bundledDependencies": [
"d3",
"js-yaml",
"neo4j",
"node-static",
"socket.io"
],
"devDependencies": {},
"license": "LGPL-3.0"
}