-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 948 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 948 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
39
{
"name": "vaderlab-event-server",
"version": "1.0.0",
"description": "Temporary solution for the delivering notifications",
"main": "node index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vaderlab-com/EventServer.git"
},
"keywords": [
"events",
"node",
"nodejs",
"push",
"notifications"
],
"author": "Stanislau Komar",
"license": "MIT",
"bugs": {
"url": "https://github.com/vaderlab-com/EventServer/issues"
},
"homepage": "https://github.com/vaderlab-com/EventServer#readme",
"dependencies": {
"express": "^4.16.2",
"fs": "0.0.1-security",
"http": "0.0.0",
"https": "^1.0.0",
"querystring": "^0.2.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"uuid": "^3.2.1",
"winston": "^3.0.0-rc1",
"ws": "^4.0.0"
}
}