mirror of
https://github.com/amark/gun.git
synced 2025-10-13 16:49:26 +00:00
36 lines
666 B
JSON
36 lines
666 B
JSON
{
|
|
"name": "OpenShift-Sample-App",
|
|
"version": "1.0.0",
|
|
"description": "OpenShift Sample Application",
|
|
"keywords": [
|
|
"OpenShift",
|
|
"Node.js",
|
|
"application",
|
|
"openshift"
|
|
],
|
|
"author": {
|
|
"name": "OpenShift",
|
|
"email": "ramr@example.org",
|
|
"url": "http://www.openshift.com/"
|
|
},
|
|
"homepage": "http://www.openshift.com/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openshift/origin-server"
|
|
},
|
|
|
|
"engines": {
|
|
"node": ">= 0.6.0",
|
|
"npm": ">= 1.0.0"
|
|
},
|
|
|
|
"dependencies": {
|
|
"express": "~3.4.4"
|
|
},
|
|
"devDependencies": {},
|
|
"bundleDependencies": [],
|
|
|
|
"private": true,
|
|
"main": "server.js"
|
|
}
|