Skip to content

Instantly share code, notes, and snippets.

@simpleshadow
Created March 5, 2013 05:19
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 simpleshadow/5088213 to your computer and use it in GitHub Desktop.
Save simpleshadow/5088213 to your computer and use it in GitHub Desktop.
{
"name": "Buskly",
"version": "0.0.1-36",
"dependencies": {
"express": "3.0.x",
"cookie": "0.0.x",
"socket.io": "0.9.x",
"moment": "1.7.x",
"opentok": "0.3.x",
"mongoose": "3.4.x",
"bcrypt-nodejs": "0.0.2",
"bcrypt": "0.7.3",
"mongoose-auth": "0.0.x"
},
"bundledDependencies": [
"mongoose-auth"
],
"engines": {
"node": "0.8.8",
"npm": "1.1.x"
},
"subdomain": "buskly",
"domains": [
"buskly.com"
],
"scripts": {
"start": "server.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment