-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.25 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
{
"name": "main",
"main": "dist/bundle.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"deploy": "ibmcloud fn action update main dist/bundle.js --kind nodejs:6",
"start": "node index.js"
},
"engines": {
"node": "6.*"
},
"resolutions": {
"uglifyjs-webpack-plugin": "1.0.0-rc.0"
},
"dependencies": {
"@cloudant/cloudant": "^3.0.1",
"@google-cloud/speech": "^2.2.0",
"async": "^2.6.1",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"debug": "^4.1.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"hh-mm-ss": "^1.2.0",
"http": "0.0.0",
"https": "^1.0.0",
"ibm-cos-sdk": "^1.4.1",
"json2xls": "^0.1.2",
"jwt-async": "^1.1.2",
"node-datetime": "^2.1.2",
"q": "^1.5.1",
"querystring": "^0.2.0",
"request": "^2.88.0",
"sleep": "^6.0.0",
"util": "^0.11.1",
"util-promisifyall": "^1.0.4",
"vcap_services": "^0.6.0",
"watson-developer-cloud": "^4.0.1"
},
"devDependencies": {
"webpack": "^3.8.1"
}
}