-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "robust-websocket",
"version": "1.0.0",
"description": "A robust reconnecting WebSocket client for the browser",
"main": "robust-websocket.js",
"scripts": {
"test": "node -e \"require('grunt').tasks(['test']);\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/nathanboktae/robust-websocket.git"
},
"keywords": [
"websocket",
"browser",
"client",
"websocket-client",
"reconnecting",
"retrying"
],
"author": "Nathan Black <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/nathanboktae/robust-websocket/issues"
},
"homepage": "https://github.com/nathanboktae/robust-websocket#readme",
"devDependencies": {
"bluebird": "^3.4.6",
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.11.2",
"grunt-saucelabs": "^8.6.1",
"mocha": "^3.0.2",
"object.assign": "^4.0.4",
"qs": "^6.2.1",
"sinon-browser-only": "^1.12.1",
"sinon-chai": "^2.8.0",
"ws": "^1.1.1"
}
}