forked from MattCollins84/simple-notification-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.14 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
{
"name": "simple-notification-service",
"version": "2.0.3",
"description": "A realtime microservice to allow the sending of realtime notifications between apps",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ibm-cds-labs/simple-notification-service.git"
},
"author": "MattCollins84 <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ibm-cds-labs/simple-notification-service/issues"
},
"homepage": "https://github.com/ibm-cds-labs/simple-notification-service#readme",
"dependencies": {
"async": "^2.0.1",
"body-parser": "^1.15.2",
"cf-deployment-tracker-client": "^0.1.2",
"cfenv": "^1.0.3",
"cors": "^2.8.1",
"express": "^4.14.0",
"internal-ip": "^1.2.0",
"md5": "^2.2.1",
"passport": "^0.3.2",
"passport-anonymous": "^1.0.1",
"passport-http": "^0.3.0",
"prompt": "^1.0.0",
"request": "^2.78.0",
"rethinkdb": "^2.3.3",
"simple-service-registry": "^0.1.1",
"socket.io": "^1.4.8"
}
}