Skip to content

Instantly share code, notes, and snippets.

Created March 14, 2013 01:11
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 anonymous/290e7e0cfd11986a848f to your computer and use it in GitHub Desktop.
Save anonymous/290e7e0cfd11986a848f to your computer and use it in GitHub Desktop.
{
"name": "vinetune.com",
"description": "A music video created using content pulled off Vine.",
"version": "0.3.0-1",
"config": {
"port": "8080"
},
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "3.x",
"socket.io": "0.9.12",
"mysql": "2.0.0-alpha3",
"generic-pool": "2.0.2",
"socket.io-client": "0.9.11",
"requirejs": "2.1.2",
"twit": "1.1.4",
"connect": "2.x",
"request": "2.x",
"cheerio": "0.10.7",
"mongodb": "1.2.13"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.65"
},
"subdomain": "vinetune",
"domains": [
"vinetune.com",
"www.vinetune.com"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment