{
  "name": "toaster-js",
  "version": "2.2.3",
  "description": "The vanilla JavaScript ES6 minimalistic toast pup-up messages module for your project.",
  "main": "index.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"
  },
  "keywords": [
    "toast",
    "toasts",
    "javascript",
    "toaster",
    "alert",
    "hint",
    "module",
    "pop-up",
    "message",
    "notification"
  ],
  "author": "ZitRo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ZitRos/toaster-js/issues"
  },
  "homepage": "https://github.com/ZitRos/toaster-js#readme",
  "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"
  }
}
