forked from philippkueng/node-neo4j
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 918 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 918 Bytes
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
{
"author": "Philipp Küng <git@philippkueng.ch> (http://philippkueng.ch)",
"name": "node-neo4j",
"description": "Neo4j REST API wrapper for Node.js",
"version": "2.0.0-RC4",
"repository": {
"type": "git",
"url": "https://github.com/philippkueng/node-neo4j.git"
},
"main": "main.js",
"scripts": {
"test": "mocha -R spec -t 10000"
},
"engines": {
"node": "~ 0.10.15"
},
"dependencies": {
"superagent": "0.15.5",
"step": "0.0.5"
},
"devDependencies": {
"mocha": "1.13.0",
"should": "2.0.1"
},
"licenses": [
{ "type": "MIT" }
],
"keywords": [
"neo4j",
"graph",
"database"
],
"contributors": [
{ "name": "Dan Williams", "email": "me@deedubs.com" },
{ "name": "Zaxnyd" },
{ "name": "Kristof Van Miegem", "email": "kristofvanmiegem@msn.com" },
{ "name": "Oskar Hane"},
{ "name": "lazaruslarue"}
]
}