forked from guadalupebabio/ThePowerofWithout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·54 lines (54 loc) · 1.4 KB
/
package.json
File metadata and controls
executable file
·54 lines (54 loc) · 1.4 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
47
48
49
50
51
52
53
54
{
"name": "the-power-of-without",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeffreyshen19/the-power-of-without.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jeffreyshen19/the-power-of-without/issues"
},
"homepage": "https://github.com/jeffreyshen19/the-power-of-without#readme",
"dependencies": {
"@geo-maps/countries-land-10m": "^0.6.0",
"@google-cloud/storage": "^5.7.4",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"d3": "^5.16.0",
"data.js": "^0.12.11",
"dotenv": "^8.2.0",
"esri-leaflet": "^2.5.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"firebase": "^8.2.5",
"geo-distance": "^0.2.0",
"geojson-utils": "^1.1.0",
"i18n-iso-countries": "^6.0.0",
"leaflet": "^1.7.1",
"mongoose": "^5.12.10",
"multer": "^1.4.2",
"node-fetch": "^2.6.1",
"nodemailer": "^6.6.0",
"nodemon": "^2.0.4",
"pug": "^3.0.2",
"y18n": "^5.0.8"
},
"devDependencies": {
"csv-parser": "^2.3.3",
"gulp": "^4.0.2",
"gulp-sass": "^4.1.0",
"node-sass": "^4.14.1",
"parse-dms": "0.0.3",
"request": "^2.88.2"
}
}