-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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
44
45
46
{
"name": "cmu-f15-upsa",
"version": "1.1.9",
"description": "A sample nodejs app for Bluemix that use the Concept Insights service",
"engines": {
"node": ">=0.10.38"
},
"repository": {
"type": "git",
"url": "https://github.com/Lidaron/cmu-f15-upsa"
},
"author": "CMU F15 UPSA",
"contributors": [
{
"name": "Brian Liu Xu",
"email": "***REMOVED***"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Lidaron/cmu-f15-upsa/issues"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"async": "^1.5.0",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"dateformat": "^5.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-rate-limit": "^2.0.2",
"express-secure-only": "^0.2.1",
"express-session": "^1.12.1",
"form-data": "^0.2.0",
"google-spreadsheet": "^4.0.2",
"googleapis": "^122.0.0",
"helmet": "^7.0.0",
"ibm-watson": "^8.0.0",
"image-resolver": "^0.6.1",
"passport": "^0.6.0",
"passport-google-oauth": "^0.2.0",
"request": "^2.88.2"
}
}