package.json 785 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "browser-update",
  3. "version": "3.3.25",
  4. "description": "Remind users to update their browser in an unobtrusive way.",
  5. "main": "update.npm.full.js",
  6. "scripts": {
  7. "test": "eslint ./*.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/browser-update/browser-update.git"
  12. },
  13. "keywords": [
  14. "browser",
  15. "web"
  16. ],
  17. "files": [
  18. "update.npm.full.js",
  19. "update.npm.js"
  20. ],
  21. "author": "Thomas Hümmer",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/browser-update/browser-update/issues"
  25. },
  26. "homepage": "https://browser-update.org",
  27. "eslintConfig": {
  28. "env": {
  29. "browser": true
  30. },
  31. "extends": [
  32. "eslint:recommended"
  33. ]
  34. },
  35. "devDependencies": {
  36. "eslint": "^5.16.0"
  37. }
  38. }