Rename 'function-run' dir to 'environments'

This commit is contained in:
Soam Vasani
2016-11-02 11:22:20 -07:00
parent 0805e5911d
commit bfdd706b98
8 changed files with 0 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"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": "",
"morgan": ""
}
}