Skip to content

Instantly share code, notes, and snippets.

@admc
Created September 17, 2012 20:57
Show Gist options
  • Save admc/3739719 to your computer and use it in GitHub Desktop.
Save admc/3739719 to your computer and use it in GitHub Desktop.
cheers
{
"name": "cheers",
"subdomain": "cheers",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"dependencies": {
"express": "3.0.0rc2",
"ejs": "*",
"less-middleware": "*",
"socket.io": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment