-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "reconnecting-simple-websocket",
"description": "WIP - nothing to see here",
"version": "2.0.1",
"author": "Bret Comnes <[email protected]> (https://bret.io)",
"bugs": {
"url": "https://github.com/little-core-labs/reconnecting-simple-websocket/issues"
},
"dependencies": {
"nanoassert": "^2.0.0",
"reconnecting-socket": "^2.0.1",
"simple-websocket": "^8.1.1"
},
"devDependencies": {
"backoff": "^2.5.0",
"dependency-check": "^4.1.0",
"lodash.get": "^4.4.2",
"npm-run-all2": "^5.0.0",
"rpc-protocol": "^0.2.3",
"standard": "^13.1.0",
"tap": "^14.10.2",
"ws": "^7.2.1"
},
"homepage": "https://github.com/little-core-labs/reconnecting-simple-websocket",
"keywords": [],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/little-core-labs/reconnecting-simple-websocket.git"
},
"scripts": {
"test": "run-s test:*",
"test:deps": "dependency-check . --no-dev --no-peer",
"test:standard": "standard",
"test:tape": "tap"
},
"standard": {
"ignore": [
"dist"
]
}
}