{
  "name": "react-s-alert-v3",
  "version": "1.4.2",
  "description": "Alerts / Notifications for React with rich configuration options",
  "repository": {
    "type": "git",
    "url": "https://github.com/NinNinInc/react-s-alert.git"
  },
  "author": "Julian Ćwirko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/NinNinInc/react-s-alert/issues"
  },
  "homepage": "https://github.com/NinNinInc/react-s-alert",
  "keywords": [
    "react-component",
    "react",
    "alert",
    "alerts",
    "react-alert",
    "react-alerts",
    "notifications",
    "react-notifications",
    "errors",
    "react-errors",
    "toastr"
  ],
  "options": {
    "mocha": "--require scripts/mocha_runner lib/**/__tests__/**/*.js"
  },
  "scripts": {
    "prepublishOnly": "babel --plugins transform-es2015-modules-umd lib --ignore __tests__ --out-dir ./dist",
    "lint": "eslint ./lib",
    "lintfix": "eslint ./lib --fix",
    "testonly": "mocha $npm_package_options_mocha",
    "test": "npm run lint && npm run testonly"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.26.3",
    "babel-eslint": "^7.2.1",
    "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "chai": "^3.5.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "eslint": "^3.19.0",
    "eslint-plugin-babel": "^4.1.1",
    "eslint-plugin-react": "^6.10.3",
    "jsdom": "^9.12.0",
    "mocha": "^3.2.0",
    "nodemon": "^1.19.4",
    "prop-types": "^15.7.2",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-test-renderer": "^16.12.0"
  },
  "peerDependencies": {
    "prop-types": "^15.7.2",
    "react": "^17.0.0",
    "react-dom": "^17.0.0"
  }
}
