forked from couchbaselabs/sync-gateway-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (37 loc) · 936 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
{
"name": "sync-gateway-tests",
"version": "0.0.0",
"description": "Tests for Couchbase Lite, Sync Gateway, and friends.",
"repository": "https://github.com/couchbaselabs/sync-gateway-tests.git",
"keywords": [
"test",
"Couchbase",
"mobile",
"sync"
],
"dependencies": {
"node-gyp": "1.0.3",
"async": "0.9.x",
"coax": "0.4.2",
"express-pouchdb": "0.14.x",
"fast-stats": "0.0.2",
"follow": "0.11.x",
"ini": "1.1.x",
"nodeload": "0.4.x",
"request-json": "0.4.x",
"restify": "4.x.x",
"scp2": "0.1.x",
"ssh2": "0.2.x",
"couchbase": "2.0.6",
"tap": "0.7.x",
"winston": "0.7.x",
"sudo": "1.0.3"
},
"scripts": {
"test": "TAP_TIMEOUT=30000 tap ./tests",
"test_long": "TAP_TIMEOUT=30000 tap --tap ./tests",
"bucket_shadowing": "TAP_TIMEOUT=200 tap --tap ./bucket_shadowing"
},
"author": "Couchbase, Inc.",
"license": "Apache 2.0"
}