{
  "name": "toastmaker",
  "version": "1.0.9",
  "description": "ToastMaker is a light javascript library for showing toast notifications on web page",
  "files": [
    "dist/**/*",
    "*.d.ts"
  ],
  "main": "dist/toastmaker.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "gulp build",
    "package": "gulp package",
    "clean": "gulp clean",
    "test": "mocha",
    "coverage": "nyc --reporter=lcov npm run test",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vivekweb2013/toastmaker.git"
  },
  "author": "Vivek <vivekweb2013@gmail.com> (http://wirehall.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vivekweb2013/toastmaker/issues"
  },
  "homepage": "https://github.com/vivekweb2013/toastmaker#readme",
  "devDependencies": {
    "chai": "^4.2.0",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-clean": "^0.4.0",
    "gulp-minify-css": "^1.2.4",
    "gulp-rename": "^2.0.0",
    "gulp-replace": "^1.0.0",
    "gulp-uglify": "^3.0.2",
    "gulp-zip": "^5.0.2",
    "jsdom": "16.2.2",
    "jsdom-global": "3.0.2",
    "mocha": "^8.0.1",
    "nyc": "^15.1.0"
  },
  "keywords": [
    "toastmaker",
    "toast",
    "npm",
    "package",
    "module",
    "lightweight",
    "javascript",
    "notification"
  ],
  "dependencies": {}
}
