Skip to content

Instantly share code, notes, and snippets.

@vdurmont
Created November 26, 2013 19:22
Show Gist options
  • Save vdurmont/7664483 to your computer and use it in GitHub Desktop.
Save vdurmont/7664483 to your computer and use it in GitHub Desktop.
Basic package.json to import express.js and monk in a node project
{
"name": "MyApp",
"version": "0.0.1",
"private": true,
"dependencies": {
"express": "3.4.4",
"monk": "0.7.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment