{
  "name": "dl-notificator",
  "version": "1.0.3",
  "description": "Componente contruido en js para mostrarle informacion al usuario mediante notificaciones temporales",
  "main": "lib/umd.js",
  "module": "lib/es.js",
  "dependencies": {
    "functionallibrary": "^2.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@babel/preset-env": "^7.12.1",
    "@rollup/plugin-babel": "^5.2.1",
    "eslint": "^7.11.0",
    "webpack": "^5.1.3",
    "webpack-cli": "^4.0.0"
  },
  "scripts": {
    "webpack": "webpack",
    "dev": "NODE_ENV=development npm run webpack",
    "build": "NODE_ENV=production npm run webpack --progress",
    "rollup": "rollup --config rollup.config.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JoseJuan81/Notificator.git"
  },
  "keywords": [
    "notification",
    "notificator",
    "notificador",
    "notificacion"
  ],
  "author": "josejuan81",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JoseJuan81/Notificator/issues"
  },
  "homepage": "https://github.com/JoseJuan81/Notificator#readme"
}
