blob: 7e52c4866734f92f9514de465d849aabc041fd51 [file] [log] [blame]
{
"name": "gl-matrix",
"homepage": "http://glmatrix.net",
"authors": [
"Brandon Jones <tojiro@gmail.com>",
"Colin MacKenzie IV <sinisterchipmunk@gmail.com>"
],
"description": "Javascript Matrix and Vector library for High Performance WebGL apps",
"main": "dist/gl-matrix-min.js",
"ignore": [
"**/.*",
"jsdoc-template",
"spec",
"src",
"tasks",
"Gemfile",
"Gemfile.lock",
"Rakefile",
"TESTING.md"
],
"keywords": [
"webGL",
"matrix",
"vector"
],
"license": "MIT"
}