2014-05-15 23:42:42 +00:00
|
|
|
{
|
2015-06-04 14:16:04 +00:00
|
|
|
"name": "nodejs-ex",
|
2014-05-15 23:42:42 +00:00
|
|
|
"version": "0.0.1",
|
2015-06-04 14:16:04 +00:00
|
|
|
"description": "Node.js sample app for OpenShift 3",
|
2014-05-15 23:42:42 +00:00
|
|
|
"main": "server.js",
|
2014-05-19 22:47:43 +00:00
|
|
|
"dependencies": {
|
2015-06-17 20:05:32 +00:00
|
|
|
"express": "*",
|
|
|
|
"mongodb": "*",
|
|
|
|
"ejs": "*"
|
2014-05-15 23:42:42 +00:00
|
|
|
},
|
|
|
|
"engine": {
|
|
|
|
"node": "*",
|
|
|
|
"npm": "*"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2014-05-19 22:41:01 +00:00
|
|
|
"start": "node server.js"
|
2014-05-15 23:42:42 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-06-04 14:16:04 +00:00
|
|
|
"url": "http://github.com/openshift/nodejs-ex.git"
|
2014-05-15 23:42:42 +00:00
|
|
|
},
|
2015-06-04 14:16:04 +00:00
|
|
|
"author": "Steve Speicher <sspeiche@gmail.com>",
|
2014-05-15 23:42:42 +00:00
|
|
|
"license": "",
|
|
|
|
"bugs": {
|
2015-06-04 14:16:04 +00:00
|
|
|
"url": "http://github.com/openshift/nodejs-ex/issues"
|
2014-05-15 23:42:42 +00:00
|
|
|
},
|
2015-06-04 14:16:04 +00:00
|
|
|
"homepage": "http://github.com/openshift/nodejs-ex"
|
2014-05-15 23:42:42 +00:00
|
|
|
}
|