package.json 630 B

123456789101112131415161718192021222324252627
  1. {
  2. "version": "3.4.3",
  3. "name": "gl-matrix",
  4. "description": "Javascript Matrix and Vector library for High Performance WebGL apps",
  5. "sideEffects": false,
  6. "main": "cjs/index.js",
  7. "module": "esm/index.js",
  8. "homepage": "http://glmatrix.net",
  9. "license": "MIT",
  10. "bugs": {
  11. "url": "https://github.com/toji/gl-matrix/issues"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/toji/gl-matrix.git"
  16. },
  17. "contributors": [
  18. {
  19. "name": "Brandon Jones",
  20. "email": "tojiro@gmail.com"
  21. },
  22. {
  23. "name": "Colin MacKenzie IV",
  24. "email": "sinisterchipmunk@gmail.com"
  25. }
  26. ]
  27. }