Skip to content

Instantly share code, notes, and snippets.

@gquental
Created August 30, 2012 01:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gquental/3521599 to your computer and use it in GitHub Desktop.
Save gquental/3521599 to your computer and use it in GitHub Desktop.
CW35 Hack Thursday - NodeJS - Package.json
{
"name": "hack-thrusday",
"version": "0.1.0",
"author": "Guilherme Quental",
"description": "Just a test",
"dependencies": {
"request": "*",
"connect": "*"
},
"engines": {
"node": ">=0.8"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment