Skip to content

Instantly share code, notes, and snippets.

@bradfordcp
Created August 28, 2012 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradfordcp/3505408 to your computer and use it in GitHub Desktop.
Save bradfordcp/3505408 to your computer and use it in GitHub Desktop.
package.json Example for Node / NPM
{
"name": "dbox-poller",
"version": "0.0.1",
"dependencies": {
"dbox": "0.4.1",
"coffee-script": "1.3.1",
"mongodb": "1.0.0",
"mongoose": "2.6.0",
"bson": "0.0.7"
},
"devDependencies": {
"mocha": "0.10.0",
"should": "0.5.1",
"growl": "1.5.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment