node-zoom2
Version:
z39.50 with Node 12+ support
44 lines (43 loc) • 1.06 kB
JSON
{
"name": "node-zoom2",
"version": "0.9.2",
"description": "z39.50 with Node 12+ support",
"main": "index.js",
"types": "index.d.ts",
"directories": {
"test": "test"
},
"engines": {
"node": ">=12"
},
"scripts": {
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"install": "node-gyp rebuild",
"test": "node ./node_modules/mocha/bin/mocha test"
},
"repository": {
"type": "git",
"url": "git://github.com/dengelke/node-zoom2.git"
},
"keywords": [
"zoom",
"z39.50",
"marc",
"marcxml",
"iso2709"
],
"author": "Daniel Engelke <dengelke91@gmail.com>",
"license": "MIT",
"gypfile": true,
"devDependencies": {
"chai": "^1.10.0",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^10.0.0"
},
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.15.0"
}
}