{
  "name": "react-zoom",
  "version": "0.3.1",
  "description": "Lightweight and stateless modal component for React.js",
  "main": "dist/react-zoom.js",
  "scripts": {
    "test": "ava",
    "test:watch": "ava --watch",
    "prepublish": "NODE_ENV=production webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zalando/react-zoom.git"
  },
  "keywords": [
    "modal",
    "react",
    "stateless",
    "lightweight",
    "css3",
    "redux",
    "flexbox",
    "component",
    "simple"
  ],
  "author": "Andrea Moretti <axyzxp@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zalando/react-zoom/issues"
  },
  "homepage": "https://github.com/zalando/react-zoom#readme",
  "devDependencies": {
    "ava": "0.13.0",
    "babel-core": "6.6.0",
    "babel-loader": "6.2.4",
    "babel-preset-es2015": "6.6.0",
    "babel-preset-react": "6.5.0",
    "babel-preset-stage-0": "6.5.0",
    "babel-register": "6.6.0",
    "enzyme": "2.0.0",
    "eslint": "2.2.0",
    "eslint-loader": "1.3.0",
    "eslint-plugin-react": "4.1.0",
    "react": "0.14.7",
    "react-addons-test-utils": "0.14.7",
    "react-dom": "0.14.7",
    "react-redux": "4.4.0",
    "redux": "3.3.1",
    "webpack": "1.12.14",
    "webpack-dev-server": "1.14.1"
  },
  "ava": {
    "files": [
      "src/**/*-test.js"
    ],
    "babel": {
      "presets": [
        "es2015",
        "stage-3",
        "react"
      ]
    },
    "require": [
      "babel-register"
    ]
  }
}
