marc8
Version:
A Node.js module for converting MARC8 encoding to Unicode
36 lines (35 loc) • 751 B
JSON
{
"name": "marc8",
"version": "0.0.4",
"description": "A Node.js module for converting MARC8 encoding to Unicode",
"main": "index.js",
"scripts": {
"test": "mocha test --recursive --require test/helpers/chai.js "
},
"repository": {
"type": "git",
"url": "https://github.com/jiaola/marc8.git"
},
"keywords": [
"MARC",
"UTF8",
"Unicode",
"Node.js"
],
"author": "Dazhi Jiao <dazhi.jiao@gmail.com>",
"license": "Apache",
"bugs": {
"url": "https://github.com/jiaola/marc8/issues"
},
"homepage": "https://github.com/jiaola/marc8",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"unorm": "^1.3.3"
},
"devDependencies": {
"chai": "^2.1.1",
"mocha": "^2.2.1"
}
}