1{
2  "name": "gl-matrix",
3  "description": "Javascript Matrix and Vector library for High Performance WebGL apps",
4  "version": "2.3.1",
5  "main": "src/gl-matrix.js",
6  "homepage": "http://glmatrix.net",
7  "bugs": {
8    "url": "https://github.com/toji/gl-matrix/issues"
9  },
10  "repository": {
11    "type": "git",
12    "url": "https://github.com/toji/gl-matrix.git"
13  },
14  "contributors": [
15    {
16      "name": "Brandon Jones",
17      "email": "tojiro@gmail.com"
18    },
19    {
20      "name": "Colin MacKenzie IV",
21      "email": "sinisterchipmunk@gmail.com"
22    }
23  ],
24  "devDependencies": {
25    "jasmine-node": "1.2.2",
26    "node-libs-browser": "^0.5.2",
27    "webpack": "^1.9.10"
28  },
29  "license": "MIT"
30}
31