Created
October 26, 2012 02:46
-
-
Save hunterloftis/3956616 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": "node-components-test", | |
"version": "0.0.1-5", | |
"author": "Hunter Loftis <[email protected]>", | |
"subdomain": "components", | |
"engines": { | |
"node": "0.8.x" | |
}, | |
"dependencies": { | |
"express": "3.0.0rc2", | |
"connect-timeout": "*", | |
"connect-redis": "*", | |
"jade": "*", | |
"stylus": "*", | |
"github": "*", | |
"oauth": "*" | |
}, | |
"devDependencies": { | |
"mocha": "*", | |
"should": "*", | |
"zombie": "1.3.1", | |
"superagent": "git://github.com/hunterloftis/superagent.git" | |
}, | |
"scripts": { | |
"start": "node server.js" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment