-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 941 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": "stravawindanalysis",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"run": "nodemon ./bin/www",
"test": "nyc --reporter=text mocha"
},
"dependencies": {
"body-parser": "^1.17.2",
"chai": "^4.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"elasticsearch": "^14.2.2",
"eslint-config-airbnb-base": "^11.3.1",
"express": "~4.15.2",
"express-redis-cache": "^1.0.0",
"express-session": "^1.15.3",
"firebase": "^4.2.0",
"hbs": "~4.0.1",
"mocha": "^3.5.0",
"mongodb": "^3.6.1",
"morgan": ">=1.9.1",
"passport": "^0.3.2",
"passport-strava": "^0.2.0",
"passport-strava-oauth2": "^0.1.3",
"proxyquire": "^2.0.0",
"redis": "^2.8.0",
"requestify": "^0.2.5",
"serve-favicon": "~2.4.2",
"sinon": "^4.4.6"
},
"devDependencies": {
"eslint-plugin-import": "^2.7.0",
"nyc": "^11.4.1"
}
}