-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.32 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.32 KB
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
{
"name": "ng2-reconnecting-websocket",
"version": "0.1.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afrad/ng2-reconnecting-websocket"
},
"dependencies": {
"angular2": "^2.0.0-beta.0",
"es6-shim": "^0.33.3",
"reflect-metadata": "^0.1.2",
"rxjs": "^5.0.0-beta.0",
"zone.js": "^0.5.10"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-typescript": "~0.2.4",
"grunt-contrib-uglify": "~0.2.4",
"typescript": "^1.7.5"
},
"gitHead": "6f622be5113aa41cd47cd9ddbb3a5fb26fd00fa9",
"readme": "Reconnecting Websocket for Angular2\r\na WebSocket connection that will automatically reconnect if the\r\nconnection is dropped.\r\n\r\nIt is API compatible, so when you have:\r\n\r\n ws = new WebSocket('ws://....');\r\n\r\nyou can replace with:\r\n\r\n ws = new ReconnectingWebSocket('ws://....');\r\n\r\nMinified library with gzip compression is less than 600 bytes.\r\n",
"readmeFilename": "README.md",
"description": "ReconnectingWebSocket\r =====================",
"bugs": {
"url": "https://github.com/afrad/ng2-reconnecting-websocket/issues"
},
"homepage": "https://github.com/afrad/ng2-reconnecting-websocket#readme",
"_id": "ng2-reconnecting-websocket@0.1.0"
}