Skip to content

Instantly share code, notes, and snippets.

@chrismatthieu
Created January 12, 2013 00:01
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 chrismatthieu/36ba98c208b8e20f857d to your computer and use it in GitHub Desktop.
Save chrismatthieu/36ba98c208b8e20f857d to your computer and use it in GitHub Desktop.
{
"name": "twelephone",
"version": "0.0.1-171",
"private": true,
"homepage": "http://twelephone.nodester.com",
"node": "0.8.1",
"dependencies": {
"coffee-script": "*",
"vein": "*",
"oauth": "0.9.x",
"request": "2.11.x",
"ntwitter": "0.5.x",
"mongojs": "0.4.x",
"express": "*",
"socket.io": "*",
"redis": "*"
},
"devDependencies": {
"jaded": "*",
"grunt": "*",
"grunt-reload": "*",
"grunt-coffee": "*",
"grunt-exec": "*",
"grunt-contrib": "*",
"grunt-jaded": "*",
"grunt-check-modules": "*",
"grunt-rm": "*"
},
"engines": {
"node": "0.8.5",
"npm": "1.1.x"
},
"subdomain": "twelephone",
"scripts": {
"start": "server/start.js"
},
"domains": [
"twelephone.com",
"www.twelephone.com"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment