UNPKG

exlibris

Version:
42 lines (41 loc) 840 B
{ "name": "exlibris", "version": "1.0.5", "description": "ExLibris API wrapper", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/CREBP/exlibris.git" }, "keywords": [ "exlibris", "api", "rest" ], "author": "Matt Carter <m@ttcarter.com> (https://github.com/hash-bang)", "license": "MIT", "bugs": { "url": "https://github.com/CREBP/exlibris/issues" }, "homepage": "https://github.com/CREBP/exlibris#readme", "devDependencies": { "chai": "^3.5.0", "mocha": "^3.2.0", "mocha-logger": "^1.0.5" }, "dependencies": { "argy": "^1.3.1", "lodash": "^4.17.4", "superagent": "^3.5.2", "xml-js": "^1.0.2" }, "engines": { "node": ">=6.0.0" } }