UNPKG

usfm-parser

Version:

A small library that provides functions to convert usfm to JSON and vice-versa

34 lines (33 loc) 833 B
{ "name": "usfm-parser", "version": "0.1.6", "description": "A small library that provides functions to convert usfm to JSON and vice-versa", "main": "index.js", "scripts": { "test": "mocha ./tests", "lint": "eslint src/**", "fix": "eslint src/** --fix" }, "repository": { "type": "git", "url": "git+https://github.com/ihoegen/usfm-parser.git" }, "keywords": [ "USFM", "Scripture", "JSON", "Bible" ], "author": "Ian Arlo Hoegen <ianhoegen@gmail.com> (https://github.com/ihoegen)", "license": "ISC", "bugs": { "url": "https://github.com/ihoegen/usfm-parser/issues" }, "homepage": "https://github.com/ihoegen/usfm-parser#readme", "devDependencies": { "chai": "^3.5.0", "eslint": "^3.3.1", "eslint-config-google": "^0.6.0", "mocha": "^3.1.2" } }