-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 980 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
39
40
41
42
43
44
45
46
{
"name": "bowline-io",
"preferGlobal": true,
"version": "0.4.2",
"author": "Doug Smith <[email protected]>",
"description": "Ties together docker images with a registry and build process",
"scripts": {
"start": "node bowline.js"
},
"main": "./bowline.js",
"repository": {
"type": "git",
"url": "https://github.com/dougbtv/bowline"
},
"keywords": [
"docker",
"registry",
"automation"
],
"dependencies": {
"async": "*",
"bcrypt": "*",
"bunyan": "*",
"bunyan-prettystream": "*",
"github": "*",
"irc": "*",
"moment": "*",
"mongoose": "*",
"node-schedule": "*",
"uuid": "*",
"nodemailer": "*",
"nomnom": "*",
"pasteall": "*",
"prompt": "*",
"request": "*",
"restify": "*",
"socket.io": "^1.2.0",
"tail": "^0.4.0",
"always-tail": "~0.1.1",
"md5": "~1.0.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-nodeunit": "~0.4.1"
}
}