Skip to content

Instantly share code, notes, and snippets.

@nimitmaru
Created February 6, 2014 16:27
Show Gist options
  • Save nimitmaru/8847616 to your computer and use it in GitHub Desktop.
Save nimitmaru/8847616 to your computer and use it in GitHub Desktop.
{
"name": "application-name",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "3.4.8",
"swig": "~1.3.2",
"mongoose": "~3.8.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment