-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.59 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "openwhisk-debug-nodejs",
"version": "1.0.0",
"description": "List of modules copied from https://hub.docker.com/r/openwhisk/nodejs6action/~/dockerfile/",
"main": "function.js",
"author": "",
"license": "ALv2",
"dependencies": {
"apn": "2.1.2",
"async": "2.1.4",
"body-parser": "1.15.2",
"btoa": "1.1.2",
"cheerio": "0.22.0",
"cloudant": "1.6.2",
"commander": "2.9.0",
"consul": "0.27.0",
"cookie-parser": "1.4.3",
"cradle": "0.7.1",
"errorhandler": "1.5.0",
"express": "4.14.0",
"express-session": "1.14.2",
"glob": "7.1.1",
"gm": "1.23.0",
"iconv-lite": "0.4.15",
"lodash": "4.17.2",
"log4js": "0.6.38",
"marked": "0.3.9",
"merge": "1.2.0",
"moment": "2.17.0",
"mongodb": "2.2.11",
"mustache": "2.3.0",
"nano": "6.2.0",
"node-uuid": "1.4.7",
"nodemailer": "2.6.4",
"oauth2-server": "2.4.1",
"openwhisk": "3.3.2",
"pkgcloud": "1.4.0",
"process": "0.11.9",
"pug": "2.0.0-rc.4",
"redis": "2.6.3",
"request": "2.79.0",
"request-promise": "4.1.1",
"rimraf": "2.5.4",
"semver": "5.3.0",
"sendgrid": "4.7.1",
"serve-favicon": "2.3.2",
"socket.io": "1.6.0",
"socket.io-client": "1.6.0",
"superagent": "3.0.0",
"swagger-tools": "0.10.1",
"tmp": "0.0.31",
"twilio": "2.11.1",
"underscore": "1.8.3",
"uuid": "3.0.0",
"validator": "6.1.0",
"watson-developer-cloud": "2.29.0",
"when": "3.7.7",
"winston": "2.3.0",
"ws": "1.1.1",
"xml2js": "0.4.17",
"xmlhttprequest": "1.8.0",
"yauzl": "2.7.0"
}
}