Permalink
Cannot retrieve contributors at this time
39 lines (39 sloc)
838 Bytes
{ | |
"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://gitub.com/openshift/origin-server" | |
}, | |
"engines": { | |
"node": ">= 0.6.0", | |
"npm": ">= 1.0.0" | |
}, | |
"dependencies": { | |
"express": "~3.4.4", | |
"parse-api": "~0.3.0", | |
"hbs": "~2.4.0", | |
"linkedin-js": "~0.1.4", | |
"request": "~2.27.0", | |
"underscore": "~1.5.2", | |
"github": "*", | |
"newrelic": "~1.4.0" | |
}, | |
"devDependencies": {}, | |
"bundleDependencies": [], | |
"private": true, | |
"main": "server.js" | |
} |