Skip to content

Instantly share code, notes, and snippets.

@blakmatrix
Created September 20, 2012 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blakmatrix/3758429 to your computer and use it in GitHub Desktop.
Save blakmatrix/3758429 to your computer and use it in GitHub Desktop.
Nodejitsu package.json
{
"name": "distilledchaos",
"subdomain": "distilledchaos",
"domains": [
"distilledchaos.net",
"www.distilledchaos.net"
],
"version": "0.3.2-6",
"private": true,
"scripts": {
"start": "app.js"
},
"engines": {
"node": "0.8.x"
},
"dependencies": {
"locomotive": "0.3.x",
"passport": "0.1.x",
"redis": "0.8.x",
"underscore": "1.3.x",
"express": "3.x.x",
"jade": "0.27.x",
"stylus": "0.29.x",
"marked": "0.2.x",
"connect-redis": ">= 1.0.0",
"connect": "0.3.x"
},
"bundleDependencies":["connect"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment