forked from inolen/titan-node
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 945 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": "titan-node",
"description": "Wrapper project around gremlin-node to provide out of the box support for the Titan graph database.",
"keywords": [
"graph",
"database",
"tinkerpop",
"gremlin",
"blueprints",
"titan"
],
"version": "0.1.11",
"homepage": "https://github.com/inolen/titan-node",
"license": "MIT",
"authors": [
{
"name": "Anthony Pesch",
"email": "[email protected]"
},
{
"name": "Alexander Vieth",
"email": "[email protected]"
}
],
"scripts": {
"install": "./install_titan_dependencies.js"
},
"repository": {
"type": "git",
"url": "https://github.com/avieth/titan-node"
},
"readmeFilename": "README.md",
"dependencies": {
"gremlin": "git://github.com/FarzadT/gremlin-node.git"
},
"_id": "[email protected]",
"_from": "titan-node@git://github.com/avieth/titan-node.git",
"main": "lib/titan.js"
}