Skip to content

Instantly share code, notes, and snippets.

@sumn2u
Created January 10, 2016 04:43
Show Gist options
  • Save sumn2u/7294e869381bfa5f4850 to your computer and use it in GitHub Desktop.
Save sumn2u/7294e869381bfa5f4850 to your computer and use it in GitHub Desktop.
package.json for REST API
{
"name": "application-name"
, "version": "0.0.1"
, "private": true
, "dependencies": {
"express": "2.5.8"
, "jade": ">= 0.0.1"
,"mongodb": "*"
,"mongoose": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment