is-webgl-enabled
Version:
Detect if WebGL is enabled in the current environment.
38 lines (37 loc) • 994 B
JSON
{
"name": "is-webgl-enabled",
"description": "Detect if WebGL is enabled in the current environment.",
"version": "1.0.2",
"author": "Nate Goldman <ungoldman@gmail.com>",
"bugs": {
"url": "https://github.com/ungoldman/is-webgl-enabled/issues"
},
"dependencies": {
"global": "^4.3.1"
},
"devDependencies": {
"browserify": "^13.1.0",
"standard": "^8.3.0",
"wzrd": "^1.4.0"
},
"homepage": "https://github.com/ungoldman/is-webgl-enabled",
"keywords": [
"detect",
"disabled",
"enabled",
"webgl"
],
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ungoldman/is-webgl-enabled.git"
},
"scripts": {
"site:build": "browserify test/index.js -o test/bundle.js",
"site:deploy": "npm run site:build && gh-pages -d test",
"site:dev": "wzrd --path=test test/index.js:bundle.js",
"site:test": "cd test && python -m SimpleHTTPServer 8000",
"test": "standard"
}
}