-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.58 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
{
"name": "kido-agent",
"description": "The KidoZen's agent service.",
"version": "1.3.7",
"main": "./bin/server",
"author": "Kidozen <[email protected]>",
"contributors": [
{
"name": "Silvio Massari",
"email": "[email protected]"
},
{
"name": "Hernán Tierno",
"email": "[email protected]"
},
{
"name": "Alejandro Oviedo",
"email": "[email protected]"
}
],
"bugs": {
"email": "[email protected]",
"url": "https://github.com/kidozen/kido-agent/issues"
},
"preferGlobal": true,
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"dependencies": {
"JSONStream": "0.10.0",
"async": "0.9.x",
"express": "3.3.4",
"fstream": "~1.0.2",
"json-stringify-safe": "5.0.0",
"moment": "^2.8.4",
"nconf": "0.6.7",
"npm": "2.12.1",
"prompt": "0.2.13",
"read-installed": "0.0.4",
"readable-stream": "~1.0.31",
"request": "~2.42.0",
"semver": "^4.3.1",
"simple-errors": "0.0.4",
"socket.io-client": "https://github.com/kidozen/socket.io-client/tarball/0.9",
"socket.io-stream": "0.5.0",
"tar": "~1.0.1",
"tunnel-agent": "https://github.com/mikeal/tunnel-agent/archive/912a7a6d00e10ec76baf9c9369de280fa5badef3.tar.gz",
"winston": "~0.8.3"
},
"devDependencies": {
"mocha": "1.11.0",
"nock": "0.18.2",
"mockuire": "0.0.3"
},
"scripts": {
"test": "mocha -R spec test",
"start": "node bin/server"
},
"bin": {
"kido-agent": "./bin/server"
},
"engines": {
"node": ">=0.10.33 < 0.11"
}
}