{
  "name": "verse-reference-regex",
  "version": "1.3.0",
  "description": "A regular expression that matches Bible verse references and ranges",
  "main": "index.js",
  "module": "index.es6.js",
  "scripts": {
    "test": "tape test.js && jsmd readme.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TehShrike/verse-reference-regex.git"
  },
  "keywords": [
    "bible",
    "reference",
    "verse",
    "regex",
    "regular",
    "expression",
    "range"
  ],
  "author": "TehShrike",
  "license": "WTFPL",
  "bugs": {
    "url": "https://github.com/TehShrike/verse-reference-regex/issues"
  },
  "homepage": "https://github.com/TehShrike/verse-reference-regex#readme",
  "devDependencies": {
    "jsmd": "0.3.1",
    "tape": "4.6.3"
  },
  "dependencies": {
    "books-of-the-bible": "~1.0.0",
    "flatmap": "0.0.3",
    "regex-fun": "~2.0.2"
  }
}
