{
  "name": "biomedical-id-autocomplete",
  "version": "2.0.4",
  "description": "autocomplete biomedical ids",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/biothings/biomedical-id-autocomplete.js.git"
  },
  "keywords": [
    "biomedial",
    "id",
    "biothings"
  ],
  "author": "jiwen xin",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/biothings/biomedical-id-autocomplete.js/issues"
  },
  "homepage": "https://github.com/biothings/biomedical-id-autocomplete.js#readme",
  "devDependencies": {
    "coveralls": "^3.1.0",
    "jest": "^25.5.4"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "biomedical_id_resolver": "^3.11.0",
    "lodash": "^4.17.21",
    "requirejs": "^2.3.6"
  }
}
