almarestapi-lib
Version:
A Node.js library for calling Ex Libris Alma REST APIs
29 lines (28 loc) • 706 B
JSON
{
"name": "almarestapi-lib",
"version": "1.1.9",
"description": "A Node.js library for calling Ex Libris Alma REST APIs",
"main": "alma.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jweisman/almarestapi-node-lib.git"
},
"keywords": [
"exlibris",
"alma"
],
"dependencies": {
"request": "~2",
"@xmldom/xmldom": "~0.7.0",
"xpath": ">=0.0.27"
},
"author": "Josh Weisman",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jweisman/almarestapi-node-lib/issues"
},
"homepage": "https://github.com/jweisman/almarestapi-node-lib#readme"
}