UNPKG

is-webgl-context

Version:

whether the given object is a WebGL context

43 lines (42 loc) 965 B
{ "name": "is-webgl-context", "version": "1.1.0", "description": "whether the given object is a WebGL context", "main": "index.js", "license": "MIT", "author": { "name": "Matt DesLauriers", "email": "dave.des@gmail.com", "url": "https://github.com/mattdesl" }, "dependencies": {}, "devDependencies": { "browserify": "^8.1.0", "faucet": "0.0.1", "smokestack": "^3.1.0", "tap-closer": "^1.0.0", "tape": "^3.0.0", "webgl-context": "^1.2.1" }, "scripts": { "test": "browserify test.js | tap-closer | smokestack | tap-spec " }, "keywords": [ "is", "webgl", "gl", "glsl", "shader", "context", "ctx", "experimental-webgl" ], "repository": { "type": "git", "url": "git://github.com/mattdesl/is-webgl-context.git" }, "homepage": "https://github.com/mattdesl/is-webgl-context", "bugs": { "url": "https://github.com/mattdesl/is-webgl-context/issues" } }