-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 871 Bytes
/
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
{
"name": "notification-scheduler",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/COMP308-Emerging-Technologies-Group2/notification-scheduler.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/COMP308-Emerging-Technologies-Group2/notification-scheduler/issues"
},
"homepage": "https://github.com/COMP308-Emerging-Technologies-Group2/notification-scheduler#readme",
"dependencies": {
"firebase": "^3.7.5",
"firebase-admin": "^4.2.0",
"imdb-api": "^2.2.2",
"request": "^2.81.0",
"request-promise": "^4.2.0"
},
"devDependencies": {
"@types/firebase": "^2.4.31",
"@types/node": "^7.0.12",
"@types/request": "0.0.42"
}
}