forked from bcgov/nrts-prc-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 972 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
40
41
{
"name": "nrts-prc-api",
"version": "1.0.7",
"author": "Mark Lisé",
"contributors": [
"Mark Lisé <[email protected]>"
],
"description": "ACRFD API",
"keywords": [],
"license": "Apache 2.0",
"main": "app",
"dependencies": {
"@turf/helpers": "^6.1.4",
"@turf/turf": "^5.1.6",
"bcrypt-nodejs": "^0.0.3",
"biguint-format": "^1.0.0",
"body-parser": "^1.18.3",
"clamav.js": "^0.12.0",
"db-migrate": "^0.11.4",
"db-migrate-mongodb": "^1.5.0",
"express": "^4.16.0",
"flake-idgen": "^1.1.0",
"jsonwebtoken": "^8.4.0",
"jwks-rsa": "^1.3.0",
"mongoose": "^4.13.17",
"nconf": "^0.9.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"qs": "^6.5.2",
"request": "^2.88.0",
"stream": "^0.0.2",
"swagger-tools": "^0.10.4",
"underscore": "^1.9.1",
"validator": "^9.4.1",
"winston": "^2.4.4",
"yamljs": "0.2.9"
},
"scripts": {
"start": "node app"
}
}