{ "author": "Jonathan Graham ", "bugs": { "url": "https://github.com/jonathan-grah/vue-roaster/issues" }, "repository": { "type": "git", "url": "git+https://github.com/jonathan-grah/vue-roaster.git" }, "description": "Toast alerts (initially developed for Vue.js with a material-design style)", "devDependencies": { "@babel/core": "^7.13.14", "@babel/preset-env": "^7.13.12", "babel-loader": "^8.2.2", "css-loader": "^3.6.0", "style-loader": "^1.3.0", "webpack": "^4.46.0", "webpack-cli": "^3.3.12" }, "license": "MIT", "main": "dist/toasters.js", "name": "toasters", "scripts": { "build": "webpack --mode=production --progress --hide-modules", "dev": "webpack --mode=development --watch" }, "version": "2.1.2" }