-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
87 lines (87 loc) · 1.66 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"author": "Philipp Küng <[email protected]> (http://philippkueng.ch)",
"name": "node-neo4j",
"description": "Neo4j REST API wrapper for Node.js",
"version": "2.0.3",
"repository": {
"type": "git",
"url": "https://github.com/philippkueng/node-neo4j.git"
},
"main": "main.js",
"scripts": {
"test": "make test"
},
"engines": {
"node": "~ 0.10.15"
},
"dependencies": {
"superagent": "0.21.0",
"step": "0.0.5"
},
"devDependencies": {
"coveralls": "^2.11.2",
"mocha-lcov-reporter": "0.0.1",
"mocha": "2.1.0",
"should": "5.2.0",
"istanbul": "^0.3.2",
"grunt-cli": "~0.1.13",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.0"
},
"license": "MIT",
"keywords": [
"neo4j",
"graph",
"database"
],
"contributors": [
{
"name": "Dan Williams",
"email": "[email protected]"
},
{
"name": "Brian Gates",
"email": "[email protected]"
},
{
"name": "Zaxnyd"
},
{
"name": "Kristof Van Miegem",
"email": "[email protected]"
},
{
"name": "Oskar Hane"
},
{
"name": "lazaruslarue"
},
{
"name": "Wes Freeman",
"email": "[email protected]"
},
{
"name": "DrBoolean",
"email": "[email protected]"
},
{
"name": "Matt Basta",
"email": "[email protected]"
},
{
"name": "Nuno Barreto",
"email": "[email protected]"
},
{
"name": "Andrew Bibby",
"email": "[email protected]"
},
{
"name": "pontjho"
},
{
"name": "Damir Vandic",
"email": "[email protected]"
}
]
}