{
  "name": "toastyjs",
  "version": "1.0.0",
  "description": "A really simple and lightweight toast notification library for the web with no dependencies.",
  "main": "dist/toasty.min.js",
  "scripts": {
    "build": "rm -r -f dist/ && mkdir dist && babel src/toasty.js --out-file dist/toasty.min.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MorpheusZero/toastyjs.git"
  },
  "keywords": ["toast notifications", "toast messages", "javascript notifications", "notifications"],
  "author": "dylanlegendre09@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MorpheusZero/toastyjs/issues"
  },
  "homepage": "https://github.com/MorpheusZero/toastyjs#readme",
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "babel-preset-minify": "^0.5.0"
  }
}
