leaderboards
Version:
A node.js module that creates a leaderboard server based on express.js and MongoDB. It accepts new scores and delivers leaderboards in JSON format via HTTP.
26 lines (25 loc) • 676 B
JSON
{
"name": "leaderboards",
"version": "0.1.0",
"description": "A node.js module that creates a leaderboard server based on express.js and MongoDB. It accepts new scores and delivers leaderboards in JSON format via HTTP.",
"main": "leaderboards.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/belici/leaderboards.git"
},
"keywords": [
"leaderboard",
"highscore",
"score"
],
"author": "belici <belici.apps@gmail.com> (http://www.grillberger.de/)",
"license": "MIT",
"dependencies" :
{
"express" : ">=3.5.1",
"mongoose" : ">=3.8.14"
}
}