forked from brikteknologier/seraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 920 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
{
"author": "BRIK Teknologier <post@brik.no> (http://www.brik.no)",
"contributors": [
"Jon Packer <contact@jonpacker.com>",
"Helge Holm <helge.holm@brik.no>",
"Magnus Hoff <magnus.hoff@brik.no>"
],
"main": "lib/seraph.js",
"name": "seraph",
"description": "A thin and familiar layer between node and neo4j's REST api.",
"version": "0.11.2",
"repository": {
"url": "https://github.com/brikteknologier/seraph"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec -t 10000 -s 2000",
"quick-test": "USE_DIRTY_DATABASE=true NO_STOP=true ./node_modules/mocha/bin/mocha -R spec -t 3000 -s 2000"
},
"engines": {
"node": "~0.10.0"
},
"license": "MIT",
"dependencies": {
"async": "~0.2.9",
"naan": "~1.3.11",
"request": "^2.36.0",
"underscore": "~1.5.1"
},
"devDependencies": {
"disposable-seraph": "^0.3.3",
"mocha": "~1.2.0"
}
}