{
  "name": "modern-toastr",
  "version": "1.1.0",
  "description": "modern toastr",
  "author": "Syaku (최석균) <http://syaku.tistory.com>",
  "license": "MIT",
  "main": "dist/modern-toastr.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/syakuis/modern-toastr.git"
  },
  "scripts": {
    "webpack": "webpack --colors --progress -p",
    "serv": "webpack-dev-server"
  },
  "keywords": [
    "toastr",
    "react",
    "react-toastr",
    "modern-toastr",
    "js",
    "es6"
  ],
  "devDependencies": {
    "babel-core": "^6.21.0",
    "babel-loader": "^6.2.8",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-stage-3": "^6.16.0",
    "css-loader": "^0.27.3",
    "eslint": "^3.13.1",
    "eslint-config-airbnb": "^14.0.0",
    "eslint-config-standard": "^7.0.1",
    "eslint-loader": "^1.6.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-react": "^6.9.0",
    "eslint-plugin-standard": "^2.0.1",
    "extract-text-webpack-plugin": "^2.0.0-rc.2",
    "html-webpack-plugin": "^2.24.1",
    "style-loader": "^0.14.1",
    "webpack": "^2.2.1",
    "webpack-dev-server": "^2.4.2"
  },
  "dependencies": {
    "toastr": "^2.1.2"
  }
}
