{
  "name": "flexbox-react",
  "version": "4.4.0",
  "description": "Unopinionated, standard compliant flexbox component. No propietary APIs. Nothing but flexbox.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "bin/",
    "dist/"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "lint": "eslint src",
    "test": "jest",
    "check": "yarn run lint -s && yarn run test && dependency-check package.json --entry src",
    "prebuild": "yarn run check -s && yarn run clean -s",
    "build": "babel --optional runtime src -d dist --copy-files --ignore src/__tests__",
    "prepublish": "yarn run build",
    "postpublish": "git push origin master --follow-tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nachoaIvarez/flexbox-react.git"
  },
  "keywords": [
    "react",
    "flexbox",
    "layout"
  ],
  "author": " <ignacioalvarez92@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nachoaIvarez/flexbox-react/issues"
  },
  "homepage": "https://github.com/nachoaIvarez/flexbox-react#readme",
  "optionalDependencies": {
    "@types/react": "^15.0.21",
    "@types/react-dom": "^0.14.23"
  },
  "peerDependencies": {
    "prop-types": "*",
    "react": "*",
    "react-dom": "*"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-eslint": "^7.2.2",
    "babel-jest": "^19.0.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "dependency-check": "^2.8.0",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.3",
    "jest": "^19.0.2",
    "prop-types": "^15.5.8",
    "react": "^15.5.4",
    "react-dom": "^15.5.4",
    "react-test-renderer": "^15.5.4",
    "rimraf": "^2.6.1",
    "typescript": "^2.2.2",
    "watch": "^1.0.2"
  },
  "dependencies": {
    "styled-components": "^2.0.0"
  },
  "jest": {
    "testEnvironment": "jsdom"
  }
}
