blob: cd996fe6cfe5cca974704db619697711cbcd45bb [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",
"test": "ava tests/index.js"
},
"dependencies": {
"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",
"nano": "^8.1.0",
"redis": "^2.7.1",
"request": "^2.83.0",
"request-promise": "^1.0.2",
"systeminformation": "^3.19.0",
"winston": "^2.1.1"
},
"devDependencies": {
"ava": "^2.0.0",
"openwhisk": "^3.19.0"
}
}