nodejs-ex/package.json

29 lines
608 B
JSON
Raw Normal View History

2014-05-15 23:42:42 +00:00
{
"name": "nodejs-ex",
2014-05-15 23:42:42 +00:00
"version": "0.0.1",
"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": {
"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",
"url": "http://github.com/openshift/nodejs-ex.git"
2014-05-15 23:42:42 +00:00
},
"author": "Steve Speicher <sspeiche@gmail.com>",
2014-05-15 23:42:42 +00:00
"license": "",
"bugs": {
"url": "http://github.com/openshift/nodejs-ex/issues"
2014-05-15 23:42:42 +00:00
},
"homepage": "http://github.com/openshift/nodejs-ex"
2014-05-15 23:42:42 +00:00
}