UNPKG

gl-state

Version:
39 lines (38 loc) 774 B
{ "name": "gl-state", "version": "1.0.0", "description": "Saves WebGL context state", "main": "savestate.js", "directories": { "example": "example" }, "dependencies": { "uniq": "^1.0.0" }, "devDependencies": { "gl-now": "~1.0.0", "beefy": "~1.1.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/mikolalysenko/gl-state.git" }, "keywords": [ "webgl", "state", "context", "save", "stack", "pushAttrib", "popAttrib" ], "author": "Mikola Lysenko", "license": "MIT", "bugs": { "url": "https://github.com/mikolalysenko/gl-state/issues" }, "homepage": "https://github.com/mikolalysenko/gl-state" }