{
  "author": "Eirik Albrigtsen <analsandblaster@gmail.com>",
  "name": "decay",
  "description": "Famous sorting algorithms based on vote popularity and time",
  "version": "1.0.12",
  "repository": {
    "type": "git",
    "url": "clux/decay"
  },
  "main": "decay.js",
  "keywords": [
    "hotsort",
    "hackerhot",
    "wilsonscore",
    "popularity",
    "sorting",
    "voting"
  ],
  "scripts": {
    "test": "bndg test/*.test.js",
    "precoverage": "istanbul cover bndg test/*.test.js",
    "coverage": "cat coverage/lcov.info && rm -rf coverage"
  },
  "dependencies": {},
  "devDependencies": {
    "bandage": "^0.5.0",
    "istanbul": "^0.4.5"
  },
  "license": "MIT"
}
