{
  "name": "isomorphic-skiplist",
  "version": "0.0.1",
  "description": "Isomorphic implementation of a skiplist.",
  "main": "index.js",
  "scripts": {
    "test": "mocha ./**/*.spec.js"
  },
  "keywords": [
    "skiplist",
    "javascript",
    "isomoph",
    "isomorphic"
  ],
  "author": "Sven Sterbling <sv.sterbling@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ullumullu/isomorphic-skiplist.git"
  },
  "devDependencies": {
    "chai": "^4.0.0",
    "mocha": "^6.1.4"
  }
}
