-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 893 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
{
"name": "myapp",
"version": "0.0.0",
"private": true,
"main": "./bin/www",
"engines": {
"node": "10.10.0",
"npm": "6.4.1"
},
"scripts": {
"start": "node ./bin/www",
"test": "./node_modules/.bin/mocha --reporter spec"
},
"dependencies": {
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"cookie-parser": "~1.4.4",
"debug": "~4.1.1",
"diacritics": "^1.3.0",
"growl": ">=1.10.5",
"dotenv": "^6.2.0",
"ejs": "~2.6.2",
"express": "^4.17.1",
"express-session": "^1.17.0",
"mapbox-gl": "^1.7.0",
"mapbox-gl-supported": "^1.1.0",
"mocha": "3.2.0",
"mongoose": "^5.8.11",
"morgan": "^1.9.1",
"passport": "^0.4.1",
"passport-spotify": "^1.1.0",
"request": "^2.88.0",
"rollbar": "^2.14.4",
"selenium-webdriver": "^4.0.0-alpha.5",
"serve-favicon": "^2.5.0",
"supertest": "4.0.2"
}
}