-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
48 lines (48 loc) · 1.08 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
{
"name": "duo-test",
"version": "0.4.1",
"dependencies": {
"bluebird": "^2.9.6",
"buffer-events": "0.0.2",
"co": "^3.1.0",
"co-exec": "^1.1.0",
"co-fs": "^1.2.0",
"co-timeout": "^0.1.0",
"commander": "^2.2.0",
"debug": "^1.0.2",
"gnode": "^0.1.0",
"incasesensitive": "^1.0.0",
"koa": "^0.8.1",
"koa-route": "^1.1.4",
"koa-static": "^1.4.6",
"localtunnel": "^1.3.0",
"mocha": "^1.21.4",
"open": "0.0.5",
"queue-component": "git://github.com/component/queue.git#1.0.6",
"thunkify": "^2.1.2",
"to-pascal-case": "0.0.2",
"wd": "^0.3.3",
"wd-browser": "1.1.0",
"which": "^1.1.1",
"win-fork": "^1.1.1"
},
"bin": {
"duo-test": "./bin/duo-test"
},
"devDependencies": {
"co-mocha": "0.0.4",
"co-request": "^0.2.0",
"minstache": "^1.2.0",
"portfinder": "^0.4.0"
},
"description": "Duo's testing utility.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/duojs/test.git"
},
"license": "MIT"
}