Created
April 30, 2012 23:46
-
-
Save jkarmel/2563708 to your computer and use it in GitHub Desktop.
Node Packages I like
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": "BamPowLabs", | |
"version": "0.0.1", | |
"private": true, | |
"dependencies": { | |
"express": "2.5.5", | |
"coffeekup": ">= 0.0.1", | |
"less": ">= 0.0.1", | |
"coffee-script": ">= 0.0.1", | |
"now": ">= 0.0.1", | |
"now-middleware": ">= 0.0.1", | |
"underscore": ">= 0.0.1", | |
"underscore.string": ">= 0.0.1", | |
"moment": ">= 0.0.1", | |
"mongoose": ">= 0.0.1", | |
"nodemailer": ">= 0.0.1", | |
"mocha": ">= 0.0.1", | |
"chai": ">= 0.0.1" | |
}, | |
"scripts": {"start": "coffee app.coffee"} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment