Skip to content

Instantly share code, notes, and snippets.

@hunterloftis
Created October 26, 2012 02:46
Show Gist options
  • Save hunterloftis/3956616 to your computer and use it in GitHub Desktop.
Save hunterloftis/3956616 to your computer and use it in GitHub Desktop.
{
"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