-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
97 lines (97 loc) · 2.57 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "api-infrapedia",
"description": "Api for infrapedia",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gcloud app deploy",
"start": "node app.js",
"lint": "samples lint",
"pretest": "npm run lint",
"system-test": "samples test app",
"e2e-test": "samples test deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infrapedia/api-infrapedia.git"
},
"keywords": [
"API"
],
"author": "Infrapedia",
"license": "MIT",
"bugs": {
"url": "https://github.com/infrapedia/api-infrapedia/issues"
},
"homepage": "https://github.com/infrapedia/api-infrapedia#readme",
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.19.1",
"nodemon": "^2.0.2"
},
"dependencies": {
"@bugsnag/js": "^6.5.2",
"@bugsnag/plugin-express": "^6.5.1",
"@google-cloud/storage": "^4.3.1",
"@mapbox/geojsonhint": "^3.0.0",
"@mapbox/mbtiles": "^0.11.0",
"@sendgrid/client": "^7.0.1",
"@sendgrid/mail": "^7.0.1",
"@sentry/node": "^5.15.5",
"@tmcw/togeojson": "^4.0.0",
"@turf/bbox-polygon": "^6.0.1",
"@turf/turf": "^5.1.6",
"axios": "^0.19.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-redis": "^4.0.3",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"d3-queue": "^3.0.7",
"dns": "^0.2.2",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-form-data": "^2.0.10",
"express-jwt": "^5.3.1",
"express-session": "^1.16.2",
"fs": "0.0.1-security",
"geojson-validation": "^0.2.1",
"kmz-geojson": "^0.1.0",
"luxon": "^1.19.3",
"method-override": "^3.0.0",
"mime": "^2.4.4",
"minimist": "^1.2.5",
"mongodb": "^3.3.3",
"nanoid": "^2.1.11",
"newrelic": "^6.4.1",
"node-mandrill": "^1.0.1",
"node-wget": "^0.4.3",
"object-assign": "^4.1.1",
"open": "^7.0.4",
"passport": "^0.4.0",
"passport-auth0": "^1.2.1",
"pg": "^7.17.1",
"querystring": "^0.2.0",
"realm": "^6.0.5",
"redis": "^2.8.0",
"request": "^2.88.2",
"saslprep": "^1.0.3",
"supercluster": "^7.1.0",
"swagger-jsdoc": "^3.4.0",
"swagger-ui-express": "^4.1.2",
"togeojson": "^0.16.0",
"unirest": "^0.6.0",
"unzip2": "^0.2.5",
"url": "^0.11.0",
"urlencode": "^1.1.0",
"util": "^0.12.1",
"utils": "^0.3.1",
"uuid": "^3.3.3",
"valid-url": "^1.0.9",
"xmlbuilder": "^15.1.1",
"xmldom": "^0.2.1"
}
}