UNPKG

homebase-parser

Version:

Parser & file reader for the ABE Homebase 2.0 text (*.txt) format

33 lines (32 loc) 781 B
{ "name": "homebase-parser", "version": "1.1.0", "description": "Parser & file reader for the ABE Homebase 2.0 text (*.txt) format", "main": "index.js", "dependencies": { "diagnostics": "^1.1.1" }, "devDependencies": { "assume": "^2.1.0", "mocha": "^5.2.0", "nyc": "^13.1.0" }, "scripts": { "test": "nyc mocha test/*.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/indexzero/homebase-parser.git" }, "keywords": [ "abe-books", "books", "homebase" ], "author": "Charlie Robbins <charlie.robbins@gmail.com>", "license": "Apache 2.0", "bugs": { "url": "https://github.com/indexzero/homebase-parser/issues" }, "homepage": "https://github.com/indexzero/homebase-parser#readme" }