UNPKG

343 BJSONView Raw
1{
2 "name": "webappengine-multihost-simple",
3 "version": "0.1.0",
4 "description": "A simple webappengine multihost example",
5 "main": "app.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "",
10 "license": "MIT",
11 "dependencies": {
12 "express": "^4.13.3",
13 "serve-static": "^1.10.0"
14 }
15}