webappengine
Version:
A web application platform that can host multiple web apps running with Node.js.
16 lines (15 loc) • 343 B
JSON
{
"name": "webappengine-multihost-simple",
"version": "0.1.0",
"description": "A simple webappengine multihost example",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.13.3",
"serve-static": "^1.10.0"
}
}