Since `mz` has already bumped for several times without breaking change, it's better to follow the updates. ```console $ npm outdated Package Current Wanted Latest Location mz 2.1.0 2.1.0 2.7.0 fission-nodejs-runtime ``` Fixes: https://github.com/fission/fission/issues/167
27 lines
548 B
JSON
27 lines
548 B
JSON
{
|
|
"name": "fission-nodejs-runtime",
|
|
"version": "0.1.0",
|
|
"author": "Soam Vasani",
|
|
"contributors": [
|
|
{
|
|
"name": "Soam Vasani",
|
|
"email": "soamvasani@platform9.com"
|
|
}
|
|
],
|
|
"description": "NodeJS run container for the fission framework",
|
|
"engines": {
|
|
"node": ">=7.6.0"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "*",
|
|
"co": "~4.6.0",
|
|
"express": "*",
|
|
"minimist": "*",
|
|
"morgan": "*",
|
|
"mz": "~2.7.0",
|
|
"request": "^2.81.0",
|
|
"request-promise-native": "^1.0.3",
|
|
"underscore": ">=1.8.3"
|
|
}
|
|
}
|