-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 792 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 792 Bytes
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
{
"name": "think2019-mushroom-detection-app",
"version": "0.0.1",
"scripts": {
"start": "node --max-http-header-size=32768 index.js"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/dglozic/think2019-app"
},
"bugs": {
"url": "https://github.com/dglozic/think2019-app"
},
"author": "Dejan Glozic <dejan@ca.ibm.com>",
"engines": {
"node": "8.15.0",
"npm": "5.6.0"
},
"dependencies": {
"async": "2.5.0",
"btoa": "^1.2.1",
"compression": "1.7.0",
"consolidate": "^0.15.1",
"cookie-parser": "1.4.3",
"dustjs-helpers": "^1.7.4",
"dustjs-linkedin": "^2.7.5",
"express": "4.15.3",
"express-session": "1.15.4",
"request": "^2.88.0",
"watson-developer-cloud": "^3.18.4"
}
}