UNPKG

holy-bible

Version:

A small library providing access to the Bible

39 lines (38 loc) 871 B
{ "name": "holy-bible", "version": "1.2.0", "description": "A small library providing access to the Bible", "main": "index.js", "scripts": { "lint": "eslint *.js test/*.js", "test": "node test/*.js", "pretest": "npm run lint" }, "repository": { "type": "git", "url": "https://github.com/bricejlin/holy-bible.git" }, "keywords": [ "bible", "god", "christianity", "christian", "scripture", "word" ], "author": "Brice Lin <bricejlin@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/bricejlin/holy-bible/issues" }, "homepage": "https://github.com/bricejlin/holy-bible", "dependencies": { "bible-passage-reference-parser": "^1.0.0", "es6-promise": "^2.0.1", "zero-fill": "~2.2.0" }, "devDependencies": { "blue-tape": "^0.1.8", "eslint": "^0.24.0" } }