{
  "name": "ds-helpers",
  "version": "1.0.2",
  "description": "Adding priority queue library for NodeJs/javascript users",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "priorityQueue",
    "binaryHeap"
  ],
  "author": "Abhas Bhatnagar",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Abhas-Bhatnagar/ds-helpers.git"
  },
  "bugs": {
    "url": "https://github.com/Abhas-Bhatnagar/ds-helpers/issues"
  },
  "homepage": "https://github.com/Abhas-Bhatnagar/ds-helpers#readme"
}
