web 3d图形渲染器
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.

40 lines
851 B

  1. {
  2. "name": "axe-core",
  3. "version": "4.1.4",
  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. }