-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 954 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
{
"name": "server-link",
"version": "1.1.0",
"description": "Wait until all linked servers your app depends on are ready",
"main": "index.js",
"scripts": {
"test": "/usr/lib/node_modules/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/proswdev/server-link.git"
},
"keywords": [
"express",
"server",
"client",
"link",
"linked",
"depend",
"depends_on",
"docker",
"container",
"ready",
"sync"
],
"dependencies": {
"bluebird": "^3.4.7",
"lodash": "^4.17.4",
"promise-retry": "^1.1.1",
"superagent": "^3.3.2",
"superagent-as-promised": "^4.0.0"
},
"devDependencies": {
"express": "^4.14.0",
"should": "^11.1.2"
},
"author": "Eric Vandewater <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/proswdev/server-link/issues"
},
"homepage": "https://github.com/proswdev/server-link"
}