{
  "name": "@times-components/article",
  "version": "0.14.0",
  "description": "The article",
  "main": "article",
  "scripts": {
    "flow": "node_modules/flow-bin/cli.js",
    "test:watch": "npm run test:native -- --bail --verbose --watchAll",
    "test:native": "jest --config='./jest.config.json'",
    "test:web": "jest --config='./jest.config.web.json'",
    "test": "npm run test:native -- --ci --bail && npm run test:web -- --ci --bail --coverage",
    "prettier:diff": "prettier --list-different '**/*.js'",
    "lint": "eslint . && npm run prettier:diff"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/newsuk/times-components.git"
  },
  "keywords": [
    "react-native-web",
    "react",
    "native",
    "web",
    "article",
    "component"
  ],
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/newsuk/times-components/issues"
  },
  "homepage": "https://github.com/newsuk/times-components#readme",
  "devDependencies": {
    "babel-cli": "6.24.1",
    "babel-core": "6.24.1",
    "babel-loader": "7.0.0",
    "babel-plugin-transform-react-remove-prop-types": "0.4.5",
    "babel-preset-flow": "6.23.0",
    "babel-preset-react-native": "1.9.2",
    "eslint": "3.19.0",
    "eslint-config-airbnb": "15.0.1",
    "eslint-config-prettier": "2.3.0",
    "eslint-plugin-import": "2.6.1",
    "eslint-plugin-jsx-a11y": "5.1.1",
    "eslint-plugin-react": "7.1.0",
    "flow-bin": "0.42.0",
    "jest": "20.0.4",
    "prettier": "1.7.0",
    "react": "15.4.2",
    "react-dom": "15.4.2",
    "react-native": "0.42.3",
    "react-test-renderer": "15.4.2",
    "webpack": "3.3.0"
  },
  "dependencies": {
    "@times-components/ad": "0.3.2",
    "@times-components/article-byline": "0.5.7",
    "@times-components/article-flag": "0.6.2",
    "@times-components/article-headline": "0.6.0",
    "@times-components/article-image": "0.2.0",
    "@times-components/article-label": "0.3.1",
    "@times-components/date-publication": "0.3.1",
    "@times-components/image": "1.4.1",
    "@times-components/markup": "0.7.4",
    "prop-types": "15.5.10",
    "react-native-web": "0.0.119"
  },
  "peerDependencies": {
    "react": ">=15",
    "react-dom": ">=15",
    "react-native": ">=0.42"
  },
  "publishConfig": {
    "access": "public"
  }
}
