Created
August 30, 2012 01:56
-
-
Save gquental/3521599 to your computer and use it in GitHub Desktop.
CW35 Hack Thursday - NodeJS - Package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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