-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1000 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
32
33
34
35
36
37
38
39
{
"main": "app.js",
"start": "node server.js",
"dependencies": {
"expo-server-sdk": "^3.3.0",
"express": "^4.17.1",
"firebase": "^5.11.1",
"firebase-admin": "^6.5.1",
"geofirestore": "^2.4.0",
"node-pre-gyp": "^0.12.0",
"proxyquire": "^2.1.3"
},
"engines": {
"node": "8.x"
},
"scripts": {
"start": "node server.js",
"test": "jest --coverage --verbose --colors"
},
"name": "ubsafe-backend",
"version": "1.0.0",
"description": "A virtual safewalk application targeting the University of British Columbia",
"devDependencies": {
"firebase-mock": "^2.2.10",
"jest": "^24.9.0",
"mock-cloud-firestore": "^0.8.2",
"supertest": "^3.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UBSafetym/UBSafeAPI.git"
},
"author": "UBSafetym",
"license": "MIT",
"bugs": {
"url": "https://github.com/UBSafetym/UBSafeAPI/issues"
},
"homepage": "https://github.com/UBSafetym/UBSafeAPI#readme"
}