Skip to content

Instantly share code, notes, and snippets.

Created March 3, 2013 20:50
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/5078223 to your computer and use it in GitHub Desktop.
Save anonymous/5078223 to your computer and use it in GitHub Desktop.
package.json
{
"name": "app-name",
"version": "0.0.1",
"private": true,
"subdomain": "goldesigner.CTapp",
"engines": {
"node": ">=0.8"
},
"scripts": {
"start": "./node server"
},
"dependencies": {
"express": "3.1.0",
"jade": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment