{
  "name": "clindsey-react-remodal",
  "version": "1.0.3",
  "description": "A better (animated, customizable, tested etc.) modal for React",
  "keywords": [
    "react-component",
    "react-modal",
    "react-remodal",
    "react-dialog",
    "modal",
    "remodal",
    "dialog"
  ],
  "main": "./dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tomgrooffer/react-remodal.git"
  },
  "author": "Mike Vercoelen <mike.vercoelen@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tomgrooffer/react-remodal/issues"
  },
  "homepage": "http://tomgrooffer.github.io/react-remodal/",
  "scripts": {
    "start": "gulp watch",
    "prepublish": "gulp prepublish",
    "gh-pages": "gulp publish-github-pages",
    "test": "NODE_ENV=test mocha --compilers js:babel-register --reporter dot --slow 1000 --full-trace --timeout 1500 --reporter spec --require test/support/helper.js test/**/*.spec.js"
  },
  "devDependencies": {
    "babel-cli": "^6.5.1",
    "babel-eslint": "^7.1.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-react-transform": "^2.0.0",
    "babel-plugin-transform-runtime": "^6.5.2",
    "babel-preset-es2015": "^6.5.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.5.2",
    "babelify": "^7.2.0",
    "browser-sync": "^2.11.1",
    "browserify": "^13.0.0",
    "chai": "^3.5.0",
    "chai-enzyme": "^0.6.1",
    "del": "^2.2.0",
    "enzyme": "^2.0.0",
    "eslint": "^3.12.2",
    "eslint-config-standard": "^6.2.1",
    "eslint-config-standard-react": "^4.2.0",
    "eslint-plugin-babel": "^4.0.0",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-standard": "^2.0.1",
    "expect": "^1.14.0",
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^3.1.0",
    "gulp-babel": "^6.1.2",
    "gulp-gh-pages": "^0.5.4",
    "gulp-sass": "^3.0.0",
    "gulp-sass-glob": "^1.0.3",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-util": "^3.0.7",
    "gulp-watch": "^4.3.5",
    "mocha": "^3.2.0",
    "mocha-jsdom": "^1.1.0",
    "run-sequence": "^1.1.5",
    "sinon": "^1.17.3",
    "stream-combiner2": "^1.1.1",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.7.0"
  },
  "browserify": {
    "transform": [
      "babelify"
    ]
  },
  "dependencies": {
    "blacklist": "^1.1.2",
    "classnames": "^2.2.3",
    "eslint-plugin-react": "^6.8.0",
    "jsdom": "^9.9.1",
    "react": "^15.4.1",
    "react-addons-css-transition-group": "^15.4.1",
    "react-addons-test-utils": "^15.4.1",
    "react-dom": "^15.4.1",
    "react-portal": "^3.0.0",
    "react-portal-wrap": "^1.1.1",
    "scrollbar-width": "^3.1.1"
  }
}
