nodejsbible
Version:
Reader of Bible
36 lines (35 loc) • 747 B
JSON
{
"name": "nodejsbible",
"version": "1.1.0",
"description": "Reader of Bible",
"main": "bible.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shmuel83/NodeJSBible.git"
},
"bin": {
"nodejsbible": "./bin/bible.js"
},
"keywords": [
"bible",
"jesus",
"god",
"dieu"
],
"author": "Rodolphe MOULIN <rodolphe.moulin@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Shmuel83/NodeJSBible/issues"
},
"homepage": "https://github.com/Shmuel83/NodeJSBible#readme",
"directories": {
"test": "test"
},
"dependencies": {
"xml2js": "^0.4.17"
},
"devDependencies": {}
}