-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 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
{
"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.2",
"async": "^2.6.1",
"bluebird": "^3.5.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"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",
"node-datetime": "^2.1.2",
"q": "^1.5.1",
"querystring": "^0.2.0",
"request": "^2.88.0",
"util": "^0.11.1",
"util-promisifyall": "^1.0.4",
"vcap_services": "^0.6.0",
"watson-developer-cloud": "^4.0.1",
"xlsx-to-json": "^0.3.0"
},
"devDependencies": {
"webpack": "^3.8.1"
}
}