bower.json 529 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "gl-matrix",
  3. "homepage": "http://glmatrix.net",
  4. "authors": [
  5. "Brandon Jones <tojiro@gmail.com>",
  6. "Colin MacKenzie IV <sinisterchipmunk@gmail.com>"
  7. ],
  8. "description": "Javascript Matrix and Vector library for High Performance WebGL apps",
  9. "main": "dist/gl-matrix-min.js",
  10. "ignore": [
  11. "**/.*",
  12. "jsdoc-template",
  13. "spec",
  14. "tasks",
  15. "Gemfile",
  16. "Gemfile.lock",
  17. "Rakefile",
  18. "TESTING.md"
  19. ],
  20. "keywords": [
  21. "webGL",
  22. "matrix",
  23. "vector"
  24. ],
  25. "license": "MIT"
  26. }