forked from apocas/docker-modem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.02 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "docker-modem",
"description": "Docker remote API network layer module.",
"version": "0.1.16",
"author": "Pedro Dias <petermdias@gmail.com>",
"maintainers": [
"apocas <petermdias@gmail.com>"
],
"repository": {
"type": "git",
"url": "http://github.com/apocas/docker-modem.git"
},
"keywords": [
"containers",
"api",
"docker"
],
"dependencies": {
"debug": "~0.7.4",
"follow-redirects": "0.0.3",
"querystring": "0.2.0",
"readable-stream": "~1.0.26-4"
},
"devDependencies": {
"chai": "~1.7.0",
"mocha": "~1.12.0"
},
"main": "./lib/modem",
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec"
},
"engines": {
"node": ">= 0.8"
},
"contributors": [
{
"name": "Pedro Dias",
"email": "petermdias@gmail.com",
"url": "https://github.com/apocas",
"contributions": 33
},
{
"name": "James Lal",
"email": "jlal@mozilla.com",
"url": "https://github.com/lightsofapollo",
"contributions": 3
},
{
"name": "Vincent Woo",
"email": "me@vincentwoo.com",
"url": "https://github.com/vincentwoo",
"contributions": 2
},
{
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "https://github.com/thlorenz",
"contributions": 2
},
{
"name": "Everton Ribeiro",
"email": "nuxlli@gmail.com",
"url": "https://github.com/nuxlli",
"contributions": 1
},
{
"name": "Clemens Stolle",
"email": null,
"url": "https://github.com/klaemo",
"contributions": 1
},
{
"name": "Stuart Knightley",
"email": null,
"url": "https://github.com/Stuk",
"contributions": 1
},
{
"name": "Tejesh Mehta",
"email": "",
"url": "https://github.com/tjmehta",
"contributions": 1
},
{
"url": "https://github.com/niclashoyer",
"contributions": 1
},
{
"url": "https://github.com/sreuter",
"contributions": 1
}
]
}