{
  "name": "bible",
  "version": "2.1.0",
  "description": "Read the Holy Bible via the command line.",
  "main": "lib/index.js",
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BibleJS/BibleApp"
  },
  "bin": {
    "bible": "./bin/bible"
  },
  "keywords": [
    "bible",
    "npm",
    "node",
    "application"
  ],
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BibleJS/BibleApp/issues"
  },
  "homepage": "https://github.com/BibleJS/BibleApp",
  "directories": {
    "doc": "docs"
  },
  "dependencies": {
    "abs": "^1.0.0",
    "bible.js": "^3.0.0",
    "couleurs": "^5.0.0",
    "bug-killer": "^4.0.0",
    "is-there": "^4.0.0",
    "le-table": "^4.0.0",
    "r-json": "^1.0.0",
    "regex-parser": "^2.0.0",
    "ul": "^5.0.0",
    "w-json": "^1.0.0",
    "yargs": "^3.15.0"
  },
  "blah": {
    "ex_img": "http://i.imgur.com/CcEXgHy.png"
  },
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ]
}
