{
  "version": "0.0.12",
  "name": "@omysoul/react-bible",
  "description": "Normalise bible references",
  "main": "lib/index.js",
  "jsnext:main": "src/index.js",
  "author": "Phil Holden (http://github.com/philholden)",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "docs": "npm run build:webpack && node copy-docs.js",
    "clean": "rimraf lib dist",
    "start": "node dev-server.js",
    "build:webpack": "cd ../.. && PACKAGE=react-bible npm run build:webpack",
    "test": "cd ../.. && PACKAGE=react-bible npm run test",
    "prepublish": "cd ../.. && PACKAGE=react-bible npm run build:babel",
    "npmdocs": "cd ../.. && PACKAGE=react-bible npm run npmdocs"
  },
  "files": [
    "src",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/omysoul/omysoul.git"
  },
  "homepage": "https://github.com/omysoul/omysoul/packages/react-bible",
  "dependencies": {
    "@omysoul/bible-references": "^0.0.33",
    "@omysoul/bible-langs": "^0.0.2",
    "@omysoul/googlish": "0.0.3",
    "aphrodite": "^0.5.0",
    "isomorphic-fetch": "^2.2.1",
    "react": "^15.3.2",
    "react-dom": "^15.3.2"
  }
}
