Files
fission-src/src/function-run/nodejs/package.json
T
Soam Vasani 0ea5e2b05e Remove unused dependency
And we aren't using the 'start' command either.
2016-08-24 13:18:43 -07:00

21 lines
447 B
JSON

{
"name": "fission-nodejs-runtime",
"version": "0.0.0",
"author": "Soam Vasani",
"contributors": [
{
"name": "Soam Vasani",
"email": "soamvasani@platform9.com"
}
],
"description": "NodeJS run container for the fission framework",
"engines": {
"node": ">=4.2.2"
},
"dependencies": {
"express": "",
"minimist": "",
"body-parser": ""
}
}