bible-reference-validator
Version:
Validates given Bible references and returns OSIS reference
27 lines (26 loc) • 698 B
JSON
{
"name": "bible-reference-validator",
"version": "1.0.6",
"description": "Validates given Bible references and returns OSIS reference",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/freedomcity/bible-reference-validator.git"
},
"keywords": [
"bible",
"scripture",
"validator",
"reference",
"osis"
],
"author": "Jimmy King <hello@jimmyking.me> (http://jimmyking.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/freedomcity/bible-reference-validator/issues"
},
"homepage": "https://github.com/freedomcity/bible-reference-validator#readme",
"dependencies": {
"underscore": "^1.8.3"
}
}