kami-context
Version:
WebGL context creation util
50 lines (49 loc) • 1.04 kB
JSON
{
"name": "kami-context",
"version": "1.1.1",
"description": "WebGL context creation util",
"main": "index.js",
"license": "MIT",
"author": "Matt DesLauriers <dave.des@gmail.com>",
"dependencies": {
"klasse": "~1.0.8",
"signals": "~1.0.0",
"webgl-context": "^1.2.1"
},
"devDependencies": {
"tape": "~2.13.2"
},
"scripts": {
"test": "browserify test.js | testling -x open"
},
"testling": {
"files": "test.js",
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
]
},
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/kami-context.git"
},
"homepage": "https://github.com/mattdesl/kami-context",
"bugs": {
"url": "https://github.com/mattdesl/kami-context/issues"
},
"keywords": [
"kami",
"webgl",
"context",
"init",
"wegbl-experimental",
"opengl",
"glsl"
]
}