Skip to content

Instantly share code, notes, and snippets.

@xreader
Last active January 3, 2016 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xreader/1bf990282c5936443ad8 to your computer and use it in GitHub Desktop.
Save xreader/1bf990282c5936443ad8 to your computer and use it in GitHub Desktop.
{
"name": "nicar",
"version": "0.0.1-34",
"description": "Nicar application",
"keywords": [
"Nicar",
"Node.js",
"application",
"openshift"
],
"author": {
"name": "xreader",
"email": "xreader@gmail.com",
"url": "http://www.openshift.com/"
},
"engines": {
"node": ">= 0.8.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"socket.io": "~0.9.16",
"jake": "0.7.6",
"geddy": "0.11.8",
"passport": "0.1.18",
"bcrypt": "0.7.7",
"mongodb": "1.3.23",
"mongodb-wrapper": "1.0.3"
},
"devDependencies": {},
"bundleDependencies": [],
"private": true,
"main": "server.js",
"subdomain": "nicar",
"scripts": {
"start": "node server.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment