Skip to content

Instantly share code, notes, and snippets.

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