forked from ibm-functions/runtime-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.54 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.54 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "ibm-functions-runtime-nodejs-v8",
"version": "1.0.0",
"description": "IBM Functions",
"repository": {
"type": "git",
"url": "git@github.com:ibm-functions/runtime-nodejs.git"
},
"license": "Apache-2.0",
"dependencies": {
"@sendgrid/mail": "6.1.3",
"apn": "2.1.5",
"async": "2.5.0",
"body-parser": "1.18.1",
"btoa": "1.1.2",
"cloudant": "1.8.0",
"commander": "2.11.0",
"consul": "0.29.0",
"cookie-parser": "1.4.3",
"cradle": "0.7.1",
"errorhandler": "1.5.0",
"express": "4.15.4",
"express-session": "1.15.5",
"glob": "7.1.2",
"gm": "1.23.0",
"ibm_db": "2.1.0",
"iconv-lite": "0.4.19",
"lodash": "4.17.4",
"log4js": "0.6.38",
"marked": "0.3.6",
"merge": "1.2.0",
"moment": "2.18.1",
"mongodb": "2.2.31",
"mustache": "2.3.0",
"nano": "6.4.0",
"nodemailer": "4.1.0",
"oauth2-server": "3.0.0",
"openwhisk": "3.7.0",
"process": "0.11.10",
"pug": "2.0.0-rc.4",
"redis": "2.8.0",
"request": "2.81.0",
"request-promise": "4.2.1",
"rimraf": "2.6.2",
"semver": "5.4.1",
"serve-favicon": "2.4.4",
"socket.io": "2.0.3",
"socket.io-client": "2.0.3",
"superagent": "3.6.0",
"swagger-tools": "0.10.1",
"tmp": "0.0.33",
"twilio": "3.6.6",
"underscore": "1.8.3",
"uuid": "3.1.0",
"validator": "8.2.0",
"watson-developer-cloud": "2.39.0",
"when": "3.7.8",
"winston": "2.3.1",
"ws": "3.1.0",
"xml2js": "0.4.19",
"xmlhttprequest": "1.8.0",
"yauzl": "2.8.0"
}
}