{
  "name": "@pisano/enzyme-adapter-react-16",
  "version": "1.1.1-pisano.public.1",
  "description": "JavaScript Testing utilities for React",
  "homepage": "http://airbnb.io/enzyme/",
  "main": "build",
  "scripts": {
    "clean": "rimraf build",
    "lint": "eslint --ext js,jsx .",
    "pretest": "npm run lint",
    "prebuild": "npm run clean",
    "build": "babel src --out-dir build",
    "watch": "npm run build -- -w",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/airbnb/enzyme.git"
  },
  "keywords": [
    "javascript",
    "shallow rendering",
    "shallowRender",
    "test",
    "reactjs",
    "react",
    "flux",
    "testing",
    "test utils",
    "assertion helpers",
    "tdd",
    "mocha"
  ],
  "author": "Leland Richardson <leland.richardson@airbnb.com>",
  "license": "MIT",
  "dependencies": {
    "@pisano/enzyme-adapter-utils": "1.3.0-pisano.public.1",
    "lodash": "^4.17.4",
    "object.assign": "^4.1.0",
    "object.values": "^1.0.4",
    "prop-types": "^15.6.0",
    "react-reconciler": "^0.7.0",
    "react-test-renderer": "^16.0.0-0"
  },
  "peerDependencies": {
    "@pisano/enzyme": "^3.3.0-pisano.public.1",
    "react": "^16.0.0-0",
    "react-dom": "^16.0.0-0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "@pisano/enzyme": "^3.3.0-pisano.public.1",
    "eslint": "^4.18.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.6.1",
    "in-publish": "^2.0.0",
    "rimraf": "^2.6.2",
    "safe-publish-latest": "^1.1.1"
  }
}
