{
  "name": "glamorous-native",
  "version": "2.0.0",
  "description": "React glamorous library for React Native",
  "main": "src/index.js",
  "types": "./typings/glamorous.d.ts",
  "scripts": {
    "start": "nps",
    "test": "nps test"
  },
  "keywords": [
    "react",
    "react-native",
    "glamorous",
    "styled-components",
    "jsxstyle",
    "css-in-js",
    "cssinjs"
  ],
  "author": "Atticus White <atticus@robinpowered.com> (https://robinpowered.com/)",
  "license": "MIT",
  "jest": {
    "preset": "jest-react-native",
    "coverageDirectory": "./coverage/",
    "collectCoverage": true,
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/examples/"
    ]
  },
  "peerDependencies": {
    "react": ">=0.14.5 || >=16.0.0-alpha.6",
    "react-native": ">=0.14.0 && < 1"
  },
  "devDependencies": {
    "babel-preset-react-native": "^1.9.2",
    "codecov": "^2.2.0",
    "commitizen": "^2.9.6",
    "cz-conventional-changelog": "^2.0.0",
    "enzyme": "^2.8.2",
    "eslint": "^3.19.0",
    "eslint-config-kentcdodds": "^12.2.1",
    "jest": "^20.0.1",
    "jest-enzyme": "^3.1.1",
    "jest-react-native": "^18.0.0",
    "nps": "^5.1.0",
    "nps-utils": "^1.2.0",
    "prop-types": "^15.5.10",
    "react": "16.0.0-alpha.6",
    "react-addons-test-utils": "^15.5.1",
    "react-dom": "^15.5.4",
    "react-native": "^0.44.0",
    "react-native-mock": "^0.3.1",
    "react-native-mock-render": "0.0.5",
    "react-test-renderer": "^15.5.4",
    "semantic-release": "^6.3.6"
  },
  "dependencies": {
    "brcast": "^2.0.0"
  },
  "eslintConfig": {
    "extends": [
      "kentcdodds",
      "kentcdodds/jest",
      "kentcdodds/react",
      "kentcdodds/prettier"
    ],
    "rules": {
      "import/prefer-default-export": 0
    }
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/robinpowered/glamorous-native.git"
  },
  "bugs": {
    "url": "https://github.com/robinpowered/glamorous-native/issues"
  },
  "homepage": "https://github.com/robinpowered/glamorous-native#readme"
}
