Skip to content

Instantly share code, notes, and snippets.

@vishwassharma
Created May 21, 2012 06:37
Show Gist options
  • Save vishwassharma/2760824 to your computer and use it in GitHub Desktop.
Save vishwassharma/2760824 to your computer and use it in GitHub Desktop.
Basic Bootstrap package.json
{
"name" : "angle",
"version" : "0.0.1",
"description" : "A supervisor program for running nodejs programs",
"author" : "Vishwas Sharma",
"dependencies": {
"express": "2.5.8",
"jade" : "0.26.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment