{
  "name": "react-responsive-notification",
  "version": "1.1.2",
  "description": "A notification system providing animated responsive notifications, based on ReactTransitionGroups and RadiumJS.",
  "main": "lib/system.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/josthoff/react-responsive-notification.git"
  },
  "scripts": {
    "compile": "babel --plugins transform-es2015-modules-umd src/ -d lib/",
    "compile-min": "babili --plugins transform-react-jsx src/ -d lib/"
  },
  "keywords": [
    "react",
    "responsive",
    "notification",
    "radium"
  ],
  "author": "Joscha Osthoff",
  "license": "MIT",
  "dependencies": {
    "radium": "^0.19.1",
    "react": "*",
    "react-transition-group": "^1.1.3",
    "velocity-animate": "*"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babili": "^0.1.2",
    "babel-core": "^6.5.2",
    "babel-eslint": "^6.1.2",
    "babel-loader": "^6.2.3",
    "babel-preset-es2015": "^6.5.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-react-hmre": "^1.1.0",
    "babel-preset-stage-0": "^6.5.0"
  }
}
