{
  "name": "react-customized-notifications",
  "version": "1.1.0",
  "description": "A React Notification System forked from https://github.com/igorprado/react-notification-system",
  "main": "dist/NotificationSystem.js",
  "scripts": {
    "test": "karma start --single-run",
    "test-watch": "karma start",
    "prepare-build": "npm run lint && rimraf dist/",
    "prebuild": "npm run prepare-build",
    "build": "jsx -x jsx ./src ./dist & jsx ./src ./dist && webpack --stats --config webpack.config.umd.prod.js && webpack --stats --config webpack.config.umd.dev.js",
    "lint": "eslint src --ext .jsx,.js",
    "start": "NODE_ENV=development node devServer.js",
    "build:example": "rimraf example/build/ && webpack --stats --config webpack.config.prod.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MomchilGorchev/react-notification-system"
  },
  "keywords": [
    "react",
    "notification",
    "notification system",
    "component",
    "react component",
    "react-component"
  ],
  "license": "MIT",
  "homepage": "https://github.com/MomchilGorchev/react-notification-system",
  "dependencies": {
    "create-react-class": "^15.5.1",
    "object-assign": "^4.0.1",
    "prop-types": "^15.5.6"
  },
  "peerDependencies": {
    "react": "<15.4.0",
    "react-dom": "<15.4.0"
  },
  "devDependencies": {
    "autoprefixer-loader": "^3.1.0",
    "babel-core": "^6.14.0",
    "babel-eslint": "^6.1.2",
    "babel-loader": "^6.2.5",
    "babel-plugin-react-class-display-name": "^0.1.0",
    "babel-plugin-react-transform": "^2.0.2",
    "babel-preset-airbnb": "^2.0.0",
    "css-loader": "^0.24.0",
    "eslint": "4.9.0",
    "eslint-config-airbnb": "^16.0.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.4.0",
    "expect": "^21.2.1",
    "express": "^4.13.3",
    "extract-text-webpack-plugin": "^0.8.2",
    "file-loader": "^0.8.4",
    "install": "^0.10.1",
    "isparta-loader": "^1.0.0",
    "karma": "^1.7.1",
    "karma-chai-plugins": "^0.9.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-cli": "^1.0.1",
    "karma-coverage": "^1.1.1",
    "karma-coveralls": "^1.1.2",
    "karma-firefox-launcher": "^1.0.1",
    "karma-mocha": "^1.3.0",
    "karma-sourcemap-loader": "^0.3.6",
    "karma-webpack": "^1.7.0",
    "mocha": "^4.0.1",
    "node-sass": "^3.3.3",
    "react": "<15.4.0",
    "react-dom": "<15.4.0",
    "react-tools": "^0.13.2",
    "react-transform-catch-errors": "^1.0.0",
    "react-transform-hmr": "^1.0.1",
    "redbox-react": "^1.1.1",
    "rimraf": "^2.4.3",
    "sass-loader": "^3.0.0",
    "style-loader": "^0.12.4",
    "webpack": "^1.12.2",
    "webpack-dev-middleware": "^1.2.0",
    "webpack-hot-middleware": "^2.4.1"
  }
}
