-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.07 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.07 KB
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
{
"name": "actdbsite",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha"
},
"dependencies": {
"async": "^2.6.1",
"body-parser": "^1.18.3",
"bson": "^2.0.8",
"chai": "^4.1.2",
"cloudinary": "^1.11.0",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"cookie-signature": "^1.1.0",
"csurf": "^1.9.0",
"debug": "^2.6.9",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-rate-limit": "^2.11.0",
"express-session": "^1.15.6",
"express-validator": "^5.2.0",
"geojson-vt": "^3.1.2",
"helmet": "^3.12.1",
"hoek": "^5.0.3",
"jade": "~1.11.0",
"jquery": "^3.3.1",
"jsdom": "^11.11.0",
"kerberos": "0.0.24",
"leaflet": "^1.3.1",
"leaflet-search": "^2.9.0",
"leaflet.coordinates": "^0.1.5",
"lodash": "^4.17.10",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"mongodb": "^3.0.10",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"popups": "^1.1.3",
"pug": "^2.0.3",
"request": "^2.87.0",
"uglify-js": "^3.4.0"
}
}