UNPKG

standings

Version:

Figure out 1st place, 2nd place, etc.

29 lines (28 loc) 659 B
{ "name": "standings", "version": "2.0.0", "description": "Figure out 1st place, 2nd place, etc.", "main": "index.js", "scripts": { "test": "./node_modules/.bin/tape test/*.js | ./node_modules/.bin/tap-dot" }, "keywords": [ "standings", "rank", "place" ], "repository": { "type": "git", "url": "https://github.com/psalaets/standings.git" }, "homepage": "https://github.com/psalaets/standings", "bugs": { "url": "https://github.com/psalaets/standings/issues" }, "author": "Paul Salaets <psalaets@gmail.com>", "license": "MIT", "devDependencies": { "tap-dot": "^0.2.3", "tape": "^3.0.3" } }