{
  "author": {
    "name": "Akseli Palén",
    "email": "akseli.palen@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/axelpale/redis-sorted-set/issues"
  },
  "description": "A JavaScript implementation of Redis Sorted Sets.",
  "devDependencies": {
    "chai": "^4.3.10",
    "mocha": "^10.2.0"
  },
  "directories": {
    "example": "example",
    "lib": "lib",
    "test": "test"
  },
  "homepage": "https://github.com/axelpale/redis-sorted-set",
  "keywords": [
    "set",
    "linked-list",
    "skip-list",
    "ordered",
    "sorted",
    "collection",
    "map",
    "redis"
  ],
  "license": "MIT",
  "name": "redis-sorted-set",
  "repository": {
    "type": "git",
    "url": "https://github.com/axelpale/redis-sorted-set.git"
  },
  "scripts": {
    "test": "mocha",
    "release": "npm run test && npm publish"
  },
  "version": "2.0.1"
}
