Skip to content

Instantly share code, notes, and snippets.

@samkohn
Created September 29, 2012 23:05
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 samkohn/3805390 to your computer and use it in GitHub Desktop.
Save samkohn/3805390 to your computer and use it in GitHub Desktop.
my package.json
{
"name": "application-name",
"version": "0.0.1-3",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"express": "3.0.0rc3",
"jade": "0.27.2"
},
"subdomain": "musicalrunner.orderofmagnitude",
"engines": {
"node": "0.8.x"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment