bower.json 931 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "axe-core",
  3. "version": "4.2.2",
  4. "contributors": [
  5. {
  6. "name": "David Sturley",
  7. "organization": "Deque Systems, Inc.",
  8. "url": "http://deque.com/"
  9. },
  10. {
  11. "name": "Dylan Barrell",
  12. "organization": "Deque Systems, Inc.",
  13. "url": "http://deque.com/"
  14. },
  15. {
  16. "name": "Wilco Fiers",
  17. "organization": "Deque Systems, Inc.",
  18. "url": "http://deque.com/"
  19. },
  20. {
  21. "name": "Dian Fay",
  22. "organization": "Deque Systems, Inc.",
  23. "url": "http://deque.com/"
  24. },
  25. {
  26. "name": "Marcy Sutton",
  27. "organization": "Deque Systems, Inc.",
  28. "url": "http://deque.com/"
  29. }
  30. ],
  31. "repository": {
  32. "type": "git",
  33. "url": "https://github.com/dequelabs/axe-core.git"
  34. },
  35. "main": "axe.js",
  36. "typings": "axe.d.ts",
  37. "license": "MPL-2.0",
  38. "ignore": ["**/.*", "node_modules", "test", "build", "typings"],
  39. "devDependencies": {}
  40. }