You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
542 B

2 months ago
  1. {
  2. "name": "toastify-js",
  3. "version": "1.12.0",
  4. "description": "Toastify is a lightweight, vanilla JS toast notification library.",
  5. "main": "./src/toastify.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/apvarun/toastify-js.git"
  9. },
  10. "keywords": [
  11. "toastify",
  12. "javascript",
  13. "notifications",
  14. "toast"
  15. ],
  16. "author": "Varun A P",
  17. "license": "MIT",
  18. "bugs": {
  19. "url": "https://github.com/apvarun/toastify-js/issues"
  20. },
  21. "homepage": "https://github.com/apvarun/toastify-js#readme"
  22. }