Skip to content

Instantly share code, notes, and snippets.

@blakmatrix
Created February 15, 2013 12:03
Show Gist options
  • Save blakmatrix/4960000 to your computer and use it in GitHub Desktop.
Save blakmatrix/4960000 to your computer and use it in GitHub Desktop.
{
"name": "meteor-leaderboard",
"author": "Farrin",
"description": "test",
"version": "0.0.2-12",
"engines": {
"node": "0.8.x"
},
"dependencies": {
"fibers": "1.0.x",
"qs": "~0.5.3",
"formidable": "~1.0.11",
"wordwrap": "0.0.2",
"faye-websocket": "~0.4.4",
"node-uuid": "~1.4.0",
"bson": "~0.1.7"
},
"bundledDependencies": [
"fibers"
],
"subdomain": "meteor-leaderboard",
"scripts": {
"start": "node main.js"
},
"analyze": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment