Skip to content

Instantly share code, notes, and snippets.

@calamarico
Created September 12, 2012 15:35
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 calamarico/3707490 to your computer and use it in GitHub Desktop.
Save calamarico/3707490 to your computer and use it in GitHub Desktop.
package.json
{
"name": "myserver",
"subdomain": "calamarico.nodejs",
"scripts": {
"start": "start.js"
},
"version": "0.0.0-3",
"engines": {
"node": "0.8.x"
},
"dependencies": {
"memory-cache": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment