-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 876 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 876 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
37
38
{
"name": "brsocket-node",
"version": "0.0.2",
"description": "BRSocket-Node",
"keywords": [
"bong.run",
"bong",
"socket",
"node",
"websocket"
],
"author": "Pasechnik Vladislav <jump.e.r@yandex.ru>",
"homepage": "https://github.com/bongrun/brsocket-node",
"license": "Apache 2.0",
"scripts": {
"start": "pm2 start pm2-socket.json",
"restart": "pm2 restart pm2-socket.json",
"stop": "pm2 stop pm2-socket.json"
},
"dependencies": {
"amqp": "^0.2.6",
"json-configurator": "^1.0.1",
"jsonwebtoken": "^7.1.7",
"lodash": "^4.15.0",
"url-params-helper": "^0.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/bongrun/brsocket-node.git"
},
"bugs": {
"url": "https://github.com/bongrun/brsocket-node/issues"
},
"engines": {
"node": ">= 4.2.1",
"npm": ">= 3"
}
}