{
  "name": "react-notification-timeline",
  "version": "0.0.9",
  "description": "React Component to notify you and keep track of it as a timeline",
  "main": "index.js",
  "scripts": {
    "build": "babel --ignore dist,node_modules . --out-dir dist",
    "build_component": "babel --ignore dist,static,node_modules,NotiftMe.js . --out-file index.js"
  },
  "dependencies": {
    "bootstrap": "^4.5.0",
    "moment": "^2.24.0",
    "node-sass": "^4.14.1",
    "react-bootstrap": "^1.0.1",
    "react-feather": "^2.0.8",
    "reactjs-localstorage": "^1.0.1",
    "sass": "1.25.0"
  },
  "devDependencies": {
    "@babel/cli": "7.10.1",
    "@babel/core": "7.8.7",
    "@babel/plugin-proposal-class-properties": "7.8.3",
    "@babel/preset-react": "7.10.1",
    "babel-preset-es2015": "6.24.1",
    "prop-types": "15.7.2"
  },
  "peerDependencies": {
    "react": "16.12.0",
    "react-dom": "16.12.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atapas/notifyme.git"
  },
  "keywords": [
    "react",
    "reactjs",
    "notification"
  ],
  "author": "Tapas Adhikary",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/atapas/notifyme/issues"
  },
  "homepage": "https://github.com/atapas/notifyme#readme"
}
