Skip to content

Instantly share code, notes, and snippets.

@admc
Created September 18, 2012 00:31
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 admc/3740585 to your computer and use it in GitHub Desktop.
Save admc/3740585 to your computer and use it in GitHub Desktop.
package
{
"name": "wild",
"version": "0.0.1-4",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "3.0.0rc2",
"ejs": "latest",
"less-middleware": "latest",
"socket.io": "latest",
"passport": "0.1.x",
"passport-twitter": "0.1.x",
"passport-local": "~0.1.6",
"connect-flash": "~0.1.0",
"express-ejs-layouts": "~0.2.0",
"express-partials": "0.0.6"
},
"subdomain": "wild",
"domains": [
"wild.io",
"www.wild.io"
],
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment