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    "src",
15    "tasks",
16    "Gemfile",
17    "Gemfile.lock",
18    "Rakefile",
19    "TESTING.md"
20  ],
21  "keywords": [
22    "webGL",
23    "matrix",
24    "vector"
25  ],
26  "license": "MIT"
27}
28