{
  "name": "@andersnormal/react-native-ios-kit",
  "version": "0.0.7",
  "description": "The missing React Native UI Kit for iOS.",
  "main": "src/index.js",
  "scripts": {
    "flow": "flow",
    "lint": "eslint src",
    "test": "jest",
    "ci": "npm run lint && npm run flow && npm test",
    "build-assets": "./bin/build_assets.sh",
    "precommit": "lint-staged",
    "docs:build": "cd website && yarn run build",
    "docs:watch": "cd website && yarn run start"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src/",
    "assets/icons/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/callstack/react-native-ios-kit.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/callstack/react-native-ios-kit/issues"
  },
  "homepage": "https://github.com/callstack/react-native-ios-kit#readme",
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-vector-icons": "*"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-eslint": "^8.0.1",
    "babel-jest": "^21.2.0",
    "babel-plugin-flow-react-proptypes": "^6.1.0",
    "babel-preset-react-native": "^4.0.0",
    "eslint": "^4.8.0",
    "eslint-config-airbnb": "^16.0.0",
    "eslint-config-prettier": "^2.6.0",
    "eslint-plugin-babel": "^4.1.2",
    "eslint-plugin-flowtype": "^2.39.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-prettier": "^2.3.1",
    "eslint-plugin-react": "^7.4.0",
    "eslint-plugin-react-native": "^3.1.0",
    "flow-bin": "^0.53.0",
    "husky": "^0.14.3",
    "jest": "^21.2.1",
    "lint-staged": "^4.2.3",
    "prettier": "^1.7.4",
    "react": "^16.0.0",
    "react-native": "^0.58.3",
    "react-native-vector-icons": "^4.4.2",
    "react-test-renderer": "^16.0.0",
    "svgexport": "^0.3.2"
  },
  "jest": {
    "preset": "react-native",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/dist/"
    ]
  },
  "dependencies": {
    "color": "^2.0.1",
    "lodash": "^4.17.4",
    "prop-types": "^15.6.0"
  },
  "lint-staged": {
    "src/**/*.{js,jsx,json,css}": [
      "prettier --single-quote --trailing-comma es5 --write './src/**/*.js'",
      "git add"
    ]
  }
}
