forked from PaulaScharf/TwittStorm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 973 Bytes
/
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
{
"name": "TwittStorm",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"debug": "node --inspect ./bin/www",
"test": "mocha ./test/test.js"
},
"dependencies": {
"@mapbox/mapbox-gl-draw": "^1.1.2",
"@turf/turf": "^5.1.6",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"buffer": "^5.4.3",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jquery": "^3.4.1",
"js-yaml": "^3.13.1",
"jsnlog": "^2.29.0",
"jsnlog-nodejs": "^2.29.0",
"leaflet": "^1.6.0",
"mapbox-gl": "^1.5.0",
"mocha": "^6.1.4",
"mongodb": "^3.2.7",
"morgan": "~1.9.1",
"nodemon": "^2.0.1",
"oauth": "^0.9.15",
"popper": "^1.0.1",
"popper.js": "^1.15.0",
"qunit": "^2.9.2",
"r-script": "0.0.4",
"request": "^2.88.0",
"twitter": "^1.7.1",
"underscore": "^1.9.1",
"util": "^0.12.1"
}
}