rxnav-api
Version:
promise-based interface to RXNAV to access RxNorm and other interesting medical information
48 lines (47 loc) • 1.02 kB
JSON
{
"name": "rxnav-api",
"version": "0.0.41",
"description": "promise-based interface to RXNAV to access RxNorm and other interesting medical information",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/javapda/rxnav-api.git"
},
"keywords": [
"rxnav",
"rximage",
"rxnorm",
"rxterms",
"drugs",
"First Databank",
"GCN_SEQNO",
"HIC_SEQN",
"SNOMED",
"HCPCS",
"images",
"drug images",
"drug interactions",
"medication images",
"medication",
"medicine",
"healthcare",
"promise",
"chaining api",
"json",
"xml"
],
"author": "John Kroubalkian <javapda@yahoo.com> (https://bitbucket.org/javapda/rxnav-api)",
"license": "MIT",
"homepage": "https://bitbucket.org/javapda/rxnav-api#readme",
"dependencies": {
"axios": "^0.18.0",
"moment": "^2.23.0",
"umls-api": "0.0.3"
},
"devDependencies": {
"jest": "^23.6.0"
}
}