-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.18 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
39
40
41
42
{
"name": "displacementmap-server",
"version": "0.0.0",
"description": "API server for the Anti-Eviction Mapping Project DB",
"main": "app.js",
"dependencies": {
"async": "^2.6.0",
"async-foreach": "^0.1.3",
"basic-auth": "~2.0.0",
"body-parser": "~1.18.2",
"cors": "~2.8.4",
"csvtojson": "^1.1.4",
"express": "~4.16.2",
"express-basic-auth": "~1.1.3",
"express-fileupload": "0.0.7",
"geojson": "^0.4.1",
"joi": "^10.2.2",
"joi-date-extensions": "^1.0.2",
"joi-json": "^2.0.1",
"jsonwebtoken": "~8.1.0",
"latest-version": "^2.0.0",
"mongoose": "~4.13.7",
"morgan": "~1.9.0",
"pg": "^6.0.0",
"pg-query": "^0.10.1",
"q": "^1.0.1",
"restify": "^2.6.3",
"rimraf": "^2.6.2",
"underscore": "^1.6.0",
"nodemailer": "^3.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/antievictionmappingproject/displacementmap-server.git"
},
"author": "Kelsey Gilmore-Innis",
"license": "ISC",
"bugs": {
"url": "https://github.com/antievictionmappingproject/displacementmap-server/issues"
},
"homepage": "https://github.com/antievictionmappingproject/displacementmap-server"
}