{ "name": "gl-util", "version": "3.1.3", "description": "Set of practical webgl utils", "main": "index.js", "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "git+https://github.com/dy/gl-util.git" }, "keywords": [ "gl", "webgl", "stack.gl" ], "author": "Dima Yv ", "license": "MIT", "bugs": { "url": "https://github.com/dy/gl-util/issues" }, "homepage": "https://github.com/dy/gl-util#readme", "dependencies": { "is-browser": "^2.0.1", "is-firefox": "^1.0.3", "is-plain-obj": "^1.1.0", "number-is-integer": "^1.0.1", "object-assign": "^4.1.0", "pick-by-alias": "^1.2.0", "weak-map": "^1.0.5" }, "devDependencies": { "gl": "^4.1.1", "tape": "^4.9.1" } }