@pixelshift.ai/gl-conformance
Version:
Khronos WebGL conformance test suite
53 lines (52 loc) • 1.28 kB
JSON
{
"name": "@pixelshift.ai/gl-conformance",
"version": "0.0.8",
"description": "Khronos WebGL conformance test suite",
"main": "run-test.js",
"directories": {
"doc": "doc",
"lib": "lib"
},
"dependencies": {
"color": "^0.11.1",
"concat-stream": "^1.4.6",
"difference": "^1.0.2",
"end-of-stream": "^1.1.0",
"glob": "^4.0.6",
"js-beautify": "^1.5.4",
"ls-stream": "^1.0.0",
"mkdirp": "^0.5.0",
"rimraf": "^2.2.8",
"tape": "^4.5.1",
"trumpet": "^1.7.0"
},
"devDependencies": {
"beefy": "^2.1.1",
"browserify": "^6.0.2"
},
"scripts": {
"test": "beefy example.js --open",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/gl-conformance.git"
},
"keywords": [
"webgl",
"conformance",
"khronos",
"arb",
"node",
"commonjs",
"tape",
"browserify",
"tap"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/stackgl/gl-conformance/issues"
},
"homepage": "https://github.com/stackgl/gl-conformance"
}