Skip to content

Instantly share code, notes, and snippets.

Created October 19, 2012 01:52
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/fd7e101483f82e903b48 to your computer and use it in GitHub Desktop.
Save anonymous/fd7e101483f82e903b48 to your computer and use it in GitHub Desktop.
Package.json
{
"name": "application-name",
"version": "0.0.1-2",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"express": "3.0.0rc4",
"jade": "*",
"async": "~0.1.22"
},
"subdomain": "ngreenwood6.mysite",
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment