blob: 4d665d0a25e1ce61c7620ad8b9115c1248284c28 [file] [log] [blame]
{
"name": "openwhisk-pluggable-provider",
"version": "0.0.1",
"private": true,
"engines": {
"node": "10.x"
},
"scripts": {
"start": "node app.js",
"start-local": "npm link $EVENT_PROVIDER && node app.js"
},
"dependencies": {
"@cloudant/cloudant": "3.0.0",
"bluebird": "^3.5.0",
"body-parser": "^1.12.0",
"express": "^4.12.2",
"http-status-codes": "^1.0.5",
"json-stringify-safe": "^5.0.1",
"lodash": ">=4.17.5",
"moment": "^2.11.1",
"redis": "^2.7.1",
"request": "^2.83.0",
"request-promise": "^1.0.2",
"systeminformation": "^3.19.0",
"winston": "^2.1.1"
}
}