package.json 877 B

1234567891011121314151617181920212223242526272829
  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. "publishConfig": { "registry": "https://npm.pkg.github.com/" },
  11. "description": "Toast alerts (initially developed for Vue.js with a material-design style)",
  12. "devDependencies": {
  13. "@babel/core": "^7.5.5",
  14. "@babel/preset-env": "^7.5.5",
  15. "babel-loader": "^8.0.6",
  16. "css-loader": "^3.2.0",
  17. "style-loader": "^1.0.0",
  18. "webpack": "^4.39.2",
  19. "webpack-cli": "^3.3.7"
  20. },
  21. "license": "MIT",
  22. "main": "dist/toasters.js",
  23. "name": "toasters",
  24. "scripts": {
  25. "build": "webpack --mode=production --progress --hide-modules",
  26. "dev": "webpack --mode=development --watch"
  27. },
  28. "version": "2.1.0"
  29. }