Switch to use express.js and update packging info

This commit is contained in:
sspeiche 2015-06-04 10:16:04 -04:00
parent cd4bd7201b
commit 202fdc3ea8
4 changed files with 14 additions and 54 deletions

View file

@ -1,7 +1,7 @@
{
"name": "node-echo",
"name": "nodejs-ex",
"version": "0.0.1",
"description": "node-echo",
"description": "Node.js sample app for OpenShift 3",
"main": "server.js",
"dependencies": {
},
@ -18,15 +18,15 @@
},
"repository": {
"type": "git",
"url": "http://github.com/bettiolo/node-echo.git"
"url": "http://github.com/openshift/nodejs-ex.git"
},
"keywords": [
"Echo"
],
"author": "Marco Bettiolo <marco@bettiolo.it>",
"author": "Steve Speicher <sspeiche@gmail.com>",
"license": "",
"bugs": {
"url": "http://github.com/bettiolo/node-echo/issues"
"url": "http://github.com/openshift/nodejs-ex/issues"
},
"homepage": "http://apilb.com"
"homepage": "http://github.com/openshift/nodejs-ex"
}