-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 846 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
{
"name": "waitfor-connection",
"version": "0.0.3",
"description": "Promised waiting for host and TCP port to become available.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dewe/waitfor-connection.git"
},
"keywords": [
"tcp",
"nodejs",
"connection"
],
"author": "Johan Dewe <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dewe/waitfor-connection/issues"
},
"homepage": "https://github.com/dewe/waitfor-connection#readme",
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-mocha-test": "^0.12.7",
"grunt-release": "^0.13.0",
"mocha": "^2.4.5"
},
"dependencies": {
"debug": "^2.2.0",
"promise-retry": "^1.1.0",
"tcp-connect": "0.0.3"
}
}