Skip to content

Instantly share code, notes, and snippets.

@hunterloftis
Created October 26, 2012 02:37
Show Gist options
  • Save hunterloftis/3956599 to your computer and use it in GitHub Desktop.
Save hunterloftis/3956599 to your computer and use it in GitHub Desktop.
{
"name": "node-components-test",
"version": "0.0.1-4",
"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 app"
},
"publicConfig": {
"http_port": 3000,
"request_timeout": 10000,
"session_secret": "bp2secret",
"log_requests": false,
"stylus_compress": true,
"stylus_debug": true,
"stylus_force": false,
"test": false,
"github_client": "61c7ecbd017890538042",
"github_secret": "6c701e76797d323b4f8d2ee7e9c0be17cd2d08a4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment