Created
April 3, 2013 20:26
-
-
Save csanz/5304924 to your computer and use it in GitHub Desktop.
This file contains hidden or 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" : "cool project" | |
, "version" : "0.1.8" | |
, "dependencies": { | |
"express" : "2.5.4" | |
, "express-messages" : "0.0.x" | |
, "express-resource" : "0.2.4" | |
, "express-mongoose" : "0.0.x" | |
, "express-expose" : "0.2.2" | |
, "stylus" : "0.13.x" | |
, "mongoose" : "2.5.10" | |
, "jade" : "0.25.x" | |
, "stylus" : "0.22.x" | |
, "nib" : "0.3.x" | |
, "pusher" : "0.0.x" | |
} | |
, "main" : "./index.js" | |
, "engines" : { | |
"node": "0.8.x" | |
, "npm" : "1.0.x" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment