Skip to content

Instantly share code, notes, and snippets.

@alfredormz
Created July 7, 2012 17:44
Show Gist options
  • Save alfredormz/3067404 to your computer and use it in GitHub Desktop.
Save alfredormz/3067404 to your computer and use it in GitHub Desktop.
nodejs package.json file example
{
"name": "application-name",
"version": "0.0.1",
"private": true,
"dependencies": {
"express": "2.5.10",
"jade": ">= 0.0.1",
"node-foursquare": "~0.1.3"
},
"devDepedencies": {
"node-dev": "~0.2.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment