Skip to content

Instantly share code, notes, and snippets.

Created October 1, 2012 17:23
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 anonymous/3813160 to your computer and use it in GitHub Desktop.
Save anonymous/3813160 to your computer and use it in GitHub Desktop.
NourishNodePackageJSON
{
"name": "NourishNodeServer",
"subdomain": "nourish",
"scripts": {
"start": "js/main.js"
},
"version": "0.0.1-9",
"engines": {
"node": "0.8.x"
},
"dependencies": {
"underscore": ">= 0.0.1",
"websocket": ">= 0.0.1",
"websocket-server": ">= 0.0.1",
"mongodb": ">= 0.0.1",
"bison": ">= 0.0.1",
"sanitizer": ">= 0.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment