forked from devicehive/devicehive-ws-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 983 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 983 Bytes
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": "devicehive-ws-proxy",
"version": "1.1.0",
"description": "WebSocket to message broker proxy",
"scripts": {
"start": "node ./src/proxy.js"
},
"author": "Ihor T.",
"main": "./src/proxy.js",
"repository": {
"type": "git",
"url": "git+https://github.com/devicehive/devicehive-ws-proxy.git"
},
"license": "Apache-2.0",
"dependencies": {
"bluebird": "^3.5.1",
"debug": "^2.6.9",
"devicehive-proxy-message": "^1.0.13",
"fifo": "^2.3.0",
"json-evn-configurator": "^1.0.6",
"jsonwebtoken": "^8.1.1",
"lodash": "^4.17.5",
"no-kafka": "^3.2.8",
"object-sizeof": "^1.2.0",
"request": "^2.83.0",
"shortid": "^2.2.8",
"uuid": "^3.2.1",
"winston": "^2.4.0",
"ws": "^3.3.3"
},
"devDependencies": {
"node-status": "^1.0.0",
"cli-spinners": "^1.1.0",
"colors": "^1.1.2"
}
}