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
76 lines (76 loc) · 1.87 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.87 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
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "ibm-functions-runtime-nodejs-v8",
"version": "1.0.0",
"description": "IBM Functions",
"repository": {
"type": "git",
"url": "https://github.com/ibm-functions/runtime-nodejs.git"
},
"license": "Apache-2.0",
"dependencies": {
"@cloudant/cloudant": "2.1.0",
"@sendgrid/mail": "6.2.1",
"amqplib": "0.5.2",
"apn": "2.2.0",
"async": "2.6.0",
"bent": "1.1.0",
"body-parser": "1.18.2",
"btoa": "1.2.1",
"cassandra-driver": "3.4.1",
"cloudant": "1.10.0",
"commander": "2.15.1",
"composeaddresstranslator": "1.0.4",
"consul": "0.30.0",
"cookie-parser": "1.4.3",
"cradle": "0.7.1",
"elasticsearch": "14.2.2",
"errorhandler": "1.5.0",
"etcd3": "0.2.9",
"express": "4.16.3",
"express-session": "1.15.6",
"glob": "7.1.2",
"gm": "1.23.1",
"ibm-cos-sdk": "1.2.0",
"ibm_db": "2.2.1",
"iconv-lite": "0.4.19",
"jsdom": "11.6.2",
"jsonwebtoken": "8.2.0",
"lodash": "4.17.5",
"log4js": "2.5.3",
"marked": "0.3.19",
"merge": "1.2.0",
"moment": "2.21.0",
"mongodb": "3.0.5",
"mustache": "2.3.0",
"mysql": "2.15.0",
"nano": "6.4.3",
"nodemailer": "4.6.3",
"oauth2-server": "3.0.0",
"openwhisk": "3.14.0",
"pg": "7.4.1",
"process": "0.11.10",
"pug": "2.0.3",
"redis": "2.8.0",
"request": "2.85.0",
"request-promise": "4.2.2",
"rimraf": "2.6.2",
"semver": "5.5.0",
"serve-favicon": "2.5.0",
"socket.io": "2.1.0",
"socket.io-client": "2.1.0",
"superagent": "3.8.2",
"swagger-tools": "0.10.3",
"tmp": "0.0.33",
"twilio": "3.14.0",
"underscore": "1.8.3",
"uuid": "3.2.1",
"validator": "9.4.1",
"watson-developer-cloud": "3.2.1",
"when": "3.7.8",
"winston": "2.4.1",
"ws": "5.1.0",
"xml2js": "0.4.19",
"xmlhttprequest": "1.8.0",
"yauzl": "2.9.1"
}
}