{ "name": "gl-mat2", "version": "1.0.1", "description": "gl-matrix's mat2, split into smaller pieces", "main": "index.js", "license": { "type": "zlib", "url": "http://github.com/gl-modules/gl-mat2/blob/master/LICENSE.md" }, "scripts": { "get-docs": "cat *.js | dox --api" }, "contributors": [ "Brandon Jones ", "Colin MacKenzie IV ", "Hugh Kennedy (http://hughsk.io/)" ], "dependencies": {}, "devDependencies": { "dox": "git://github.com/hughsk/dox#api-context" }, "repository": { "type": "git", "url": "git://github.com/gl-modules/gl-mat2.git" }, "keywords": [ "gl-matrix", "matrix", "maths" ], "homepage": "https://github.com/gl-modules/gl-mat2", "bugs": { "url": "https://github.com/gl-modules/gl-mat2/issues" } }