{
  "name": "koine",
  "version": "1.2.0",
  "description": "a common ui component library",
  "main": "build/index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "build": "babel lib -d build",
    "build:watch": "babel lib -w -d build",
    "deploy": "npm run styleguide:build && gh-pages -d styleguide -b gh-pages",
    "lint": "npm run lint:js && npm run lint:style",
    "lint:js": "eslint lib/**; exit 0",
    "lint:js:watch": "esw -w lib/**",
    "prepublish": "npm run build",
    "review": "run-s lint test:clean test test:coverage:report",
    "lint:style": "stylelint -- \"./lib/**/*.js\"",
    "styleguide": "styleguidist server",
    "styleguide:build": "styleguidist build",
    "test": "jest lib/**; exit 0",
    "test:clean": "rimraf ./coverage",
    "test:watch": "jest lib/** --watch",
    "test:watchAll": "jest lib/** --watchAll",
    "test:coverage:report": "open ./coverage/lcov-report/index.html"
  },
  "author": "Alan Smith <a.bax.smith@gmail.com> (https://github.com/alanbsmith)",
  "license": "MIT",
  "dependencies": {
    "koine-ui-utils": "^0.4.0",
    "lodash": "^4.17.4",
    "polished": "^1.8.1",
    "react-fontawesome": "^1.6.1",
    "react-router-dom": "^4.2.2",
    "styled-components": "^2.2.2",
    "styled-components-modifiers": "^1.0.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.0.1",
    "babel-loader": "^7.1.2",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "enzyme": "^3.1.0",
    "enzyme-adapter-react-16": "^1.0.2",
    "eslint": "^4.9.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.4.0",
    "eslint-watch": "^3.1.3",
    "fontfaceobserver": "^2.0.13",
    "gh-pages": "^1.1.0",
    "jest": "^21.2.1",
    "jest-styled-components": "^4.9.0",
    "npm-run-all": "^4.1.1",
    "prop-types": "^15.6.0",
    "raf": "^3.4.0",
    "react": "^16.0.0",
    "react-addons-test-utils": "^15.6.2",
    "react-dom": "^16.0.0",
    "react-styleguidist": "^6.2.0",
    "react-test-renderer": "^16.0.0",
    "rimraf": "^2.6.2",
    "stylelint": "^8.2.0",
    "stylelint-config-standard": "^17.0.0",
    "stylelint-config-styled-components": "^0.1.1",
    "stylelint-processor-styled-components": "^1.0.0",
    "webpack": "^3.10.0"
  },
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "lib/**",
      "!lib/**/*.snap",
      "!lib/blocks/index.js",
      "!lib/components/index.js",
      "!lib/elements/index.js",
      "!lib/index.js"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 90,
        "functions": 90,
        "lines": 90,
        "statements": 90
      }
    },
    "moduleDirectories": [
      "node_modules",
      "./"
    ],
    "setupFiles": [
      "raf/polyfill",
      "./__tests__/config"
    ]
  }
}
