{ "name": "gl-vec2", "version": "1.3.0", "description": "gl-matrix's vec2, split into smaller pieces", "main": "index.js", "license": { "type": "zlib", "url": "http://github.com/stackgl/gl-vec2/blob/master/LICENSE.md" }, "contributors": [ "Brandon Jones ", "Colin MacKenzie IV " ], "dependencies": {}, "devDependencies": { "dox": "git://github.com/hughsk/dox#api-context", "tape": "^4.8.0" }, "scripts": { "get-docs": "cat *.js | dox --api", "test": "node test/index.js" }, "keywords": [ "gl-matrix", "matrix", "math", "gl", "vec2", "vec", "2d", "vector", "maths" ], "repository": { "type": "git", "url": "git://github.com/stackgl/gl-vec2.git" }, "homepage": "https://github.com/stackgl/gl-vec2", "bugs": { "url": "https://github.com/stackgl/gl-vec2/issues" } }