OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "gl-matrix", |
| 3 "description": "Javascript Matrix and Vector library for High Performance WebG
L apps", |
| 4 "version": "2.1.0", |
| 5 "main": "dist/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 "license": "BSD" |
| 25 } |
OLD | NEW |