Skip to content

Instantly share code, notes, and snippets.

@pyrobot
Created November 16, 2012 17:17
Show Gist options
  • Save pyrobot/4089129 to your computer and use it in GitHub Desktop.
Save pyrobot/4089129 to your computer and use it in GitHub Desktop.
empty node.js project
// Code me, yo!
{
"name": "application-name",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment