Skip to content

Instantly share code, notes, and snippets.

@ayxos
Created February 4, 2014 20:32
Show Gist options
  • Save ayxos/8811767 to your computer and use it in GitHub Desktop.
Save ayxos/8811767 to your computer and use it in GitHub Desktop.
{
"name": "application-name",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"devDependencies": {},
"dependencies": {
"express": "3.4.8",
"jade": "*",
"stylus": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment