rank-me
Version:
Leaderboards for the ranking of non-unique usernames.
40 lines (39 loc) • 790 B
JSON
{
"name": "rank-me",
"version": "0.0.1",
"description": "Leaderboards for the ranking of non-unique usernames.",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/doggan/rank-me.git"
},
"keywords": [
"leaderboard",
"ranking",
"highscore"
],
"author": {
"name": "Shyam Guthikonda",
"url": "http://shy.am"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/doggan/rank-me/issues"
},
"homepage": "https://github.com/doggan/rank-me",
"jshintConfig": {
"node": true,
"unused": true
},
"devDependencies": {
"chai": "^1.9.2",
"mocha": "^1.21.5"
},
"dependencies": {
"async": "^0.9.0",
"redis": "^0.12.1"
}
}