{
  "_from": "toaster-js@~2.2.3",
  "_id": "toaster-js@2.2.3",
  "_inBundle": false,
  "_integrity": "sha512-WOJNEL6x8tltfDoWmdlJ7BDEWmUVqRHvZ8d+htDaRzwMWHwO83M2p+RKlC9cob2pFjo48xRnsBZzYL413xMN+Q==",
  "_location": "/toaster-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "toaster-js@~2.2.3",
    "name": "toaster-js",
    "escapedName": "toaster-js",
    "rawSpec": "~2.2.3",
    "saveSpec": null,
    "fetchSpec": "~2.2.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/toaster-js/-/toaster-js-2.2.3.tgz",
  "_shasum": "684b9bdb6605692394980b569eff390efbaa25cf",
  "_spec": "toaster-js@~2.2.3",
  "_where": "/var/www/html/prod/amplitech-react-js",
  "author": {
    "name": "ZitRo"
  },
  "bugs": {
    "url": "https://github.com/ZitRos/toaster-js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "The vanilla JavaScript ES6 minimalistic toast pup-up messages module for your project.",
  "devDependencies": {
    "babel-core": "^6.24.1",
    "babel-loader": "^6.4.1",
    "babel-preset-es2015": "^6.24.1",
    "node-sass": "^4.7.2",
    "webpack": "^2.3.3"
  },
  "homepage": "https://github.com/ZitRos/toaster-js#readme",
  "keywords": [
    "toast",
    "toasts",
    "javascript",
    "toaster",
    "alert",
    "hint",
    "module",
    "pop-up",
    "message",
    "notification"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "toaster-js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZitRos/toaster-js.git"
  },
  "scripts": {
    "build": "npm run webpack -- -p && npm run css",
    "css": "node-sass default.scss default.css",
    "webpack": "webpack"
  },
  "version": "2.2.3"
}
