{
  "name": "search-array-element",
  "version": "1.0.0",
  "description": "Search ele efficiently with binary search",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BunniSingh/Creating-own-npm-package_day3-classwork.git"
  },
  "keywords": [
    "search",
    "element",
    "array-search"
  ],
  "author": "Banti Singh",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/BunniSingh/Creating-own-npm-package_day3-classwork/issues"
  },
  "homepage": "https://github.com/BunniSingh/Creating-own-npm-package_day3-classwork#readme"
}
