-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 928 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": "dockerfu",
"version": "0.1.2",
"description": "Martial Docker and Hipache. Techniques for zero-downtime updates of Docker-ized services and more.",
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
},
"bin": {
"dockerfu": "index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/FrozenRidge/dockerfu.git"
},
"keywords": [
"docker",
"hipache"
],
"author": "Niall O'Higgins <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/FrozenRidge/dockerfu/issues"
},
"homepage": "https://github.com/FrozenRidge/dockerfu",
"dependencies": {
"async": "~0.2.9",
"redis": "~0.10.0",
"dockerode": "~1.2.2",
"rc": "~0.3.2",
"optimist": "~0.6.0",
"cli-table": "git+https://github.com/LearnBoost/cli-table.git"
},
"devDependencies": {
"chai": "~1.8.1",
"mocha": "~1.17.0"
}
}