package.json 753 B

1234567891011121314151617181920212223242526
  1. {
  2. "author": "Jonathan Graham <theflametrooper@gmail.com>",
  3. "bugs": {
  4. "url": "https://github.com/jonathan-grah/vue-roaster/issues"
  5. },
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/jonathan-grah/vue-roaster.git"
  9. },
  10. "description": "Toast alerts (initially developed for Vue.js with a material-design style)",
  11. "devDependencies": {
  12. "@babel/core": "^7.5.5",
  13. "@babel/preset-env": "^7.5.5",
  14. "babel-loader": "^8.0.6",
  15. "webpack": "^4.39.2",
  16. "webpack-cli": "^3.3.7"
  17. },
  18. "license": "MIT",
  19. "main": "dist/toasters.js",
  20. "name": "toasters",
  21. "scripts": {
  22. "build": "webpack --mode=production --progress --hide-modules",
  23. "dev": "webpack --mode=development --watch"
  24. },
  25. "version": "1.1.3"
  26. }