-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "MapWithMe",
"version": "2.0.0",
"description": "Create collaborative maps with your friends (and enemies)",
"main": "server.js",
"license": "MIT",
"author": {
"name": "Javier Arce",
"email": "[email protected]",
"url": "https://twitter.com/javier"
},
"scripts": {
"scss": "node-sass --watch scss -o public/css"
},
"bugs": {
"url": "https://github.com/javierarce/map-with-me/issues"
},
"devDependencies": {
"express": "^4.17.1"
},
"dependencies": {
"@mapbox/togeojson": "^0.16.0",
"body-parser": "^1.19.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"emoji-regex": "^10.1.0",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.1",
"fs": "^0.0.1-security",
"helmet": "^5.0.2",
"leaflet": "^1.6.0",
"leaflet.markercluster": "^1.4.1",
"multer": "^1.4.4",
"node-sass": "^7.0.1",
"passport": "^0.5.2",
"passport-twitter": "^1.0.4",
"rss": "^1.2.2",
"sanitize-html": "^2.7.0",
"sequelize": "^6.19.0",
"sqlite3": "^5.0.3",
"yaml": "^2.0.1"
}
}