{
  "name": "react-native-usit-ui",
  "version": "0.2.1",
  "description": "Collection of user interface components",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/unioslo/react-native-usit-ui"
  },
  "dependencies": {
    "d3-interpolate": "^1.1.6",
    "lodash": "^4.17.5"
  },
  "peerDependencies": {
    "react-native": ">=0.60",
    "react-native-svg": "*",
    "react-native-vector-icons": ">=4"
  },
  "devDependencies": {
    "babel-eslint": "^8.0.2",
    "babel-jest": "^21.2.0",
    "eslint": "^4.10.0",
    "eslint-config-prettier": "^2.7.0",
    "eslint-plugin-flowtype": "^2.39.1",
    "eslint-plugin-flowtype-errors": "^3.3.5",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jest": "^21.2.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.4.0",
    "flow-bin": "^0.59.0",
    "husky": "^0.14.3",
    "jest": "^21.2.1",
    "lint-staged": "^7.0.0",
    "prettier": "^1.11.1",
    "react": "16.0.0-beta.5",
    "react-native": "^0.49.5"
  },
  "lint-staged": {
    "*.{js,css}[package.json]": [
      "prettier --single-quote true --trailing-comma all --parser flow --write",
      "git add"
    ],
    "*.json": [
      "prettier --write",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "ui",
    "react-native",
    "usit",
    "design"
  ],
  "author": "USIT",
  "license": "MIT"
}
