UNPKG

@natlibfi/melinda-api-client

Version:

JS client for using Melinda API (Union catalogue of the National library of Finland)

58 lines (57 loc) 1.48 kB
{ "name": "@natlibfi/melinda-api-client", "description": "JS client for using Melinda API (Union catalogue of the National library of Finland)", "author": { "name": "The National Library of Finland" }, "keywords": [ "melinda", "marc", "record", "bibliography", "bibliographic", "bibliographies", "catalogue", "cataloguing", "library", "libraries" ], "homepage": "https://github.com/NatLibFi/melinda-api-client", "bugs": { "url": "https://github.com/NatLibFi/melinda-api-client/issues" }, "repository": { "type": "git", "url": "git@github.com:NatLibFi/melinda-api-client.git" }, "license": "LGPL-3.0+", "version": "2.0.0", "main": "lib/index.js", "publishConfig": { "private": false }, "scripts": { "test": "grunt default", "publish-to-npm": "npm publish --access=public" }, "dependencies": { "@natlibfi/marc-record-serializers": "^4.1.0", "axios": "^0.5.4", "btoa": "^1.1.2", "grunt-cli": "^1.2.0", "q": "^1.2.0", "sprintf.js": "^0.1.4", "url-join": "^2.0.2", "xmldom": "0.1.19" }, "devDependencies": { "@natlibfi/marc-record": "^4.0.4", "chai": "^2.2.0", "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.11.2", "grunt-mocha-istanbul": "^2.4.0", "grunt-mocha-test": "^0.12.7", "istanbul": "^0.3.13", "mocha": "^2.2.4" } }