{
  "name": "chapter-and-verse",
  "version": "3.0.4",
  "description": "Given a bible reference, validates it and returns an object with book, chapter, verse and more",
  "author": "danday74",
  "license": "ISC",
  "main": "index.js",
  "browser": "chapterAndVerse.js",
  "scripts": {
    "verify": "node verify",
    "mocha": "istanbul cover -x \"**/*.spec.js\" ./node_modules/mocha/bin/_mocha -- js",
    "test": "npm run verify && npm run mocha",
    "enforcer": "istanbul check-coverage --statement 100 --branch 100 --function 100 --line 100",
    "build": "npm test && npm run enforcer",
    "browserify": "webpack --mode production && (gcf || true)",
    "postcommit": "cross-env FORCE_COLOR=true npm run browserify",
    "prepush": "npm run build"
  },
  "dependencies": {
    "lodash": "^4.17.5"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "chai-subset": "^1.6.0",
    "chalk": "^2.3.2",
    "coveralls": "2.11.16",
    "cross-env": "^5.1.4",
    "eslint": "^4.19.1",
    "git-commit-file": "^1.3.1",
    "husky": "^0.14.3",
    "istanbul": "^0.4.5",
    "mocha": "^5.0.5",
    "webpack": "^4.28.3",
    "webpack-cli": "^3.2.0"
  },
  "keywords": [
    "bible",
    "biblical",
    "book",
    "chapter",
    "json",
    "object",
    "osis",
    "ref",
    "reference",
    "scripture",
    "validation",
    "validator",
    "verse"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danday74/chapter-and-verse.git"
  },
  "bugs": {
    "url": "https://github.com/danday74/chapter-and-verse/issues"
  },
  "homepage": "https://github.com/danday74/chapter-and-verse#readme",
  "comment": "coveralls@2.11.16"
}
