forked from KhronosGroup/WebGL
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
51 lines (51 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "gl-conformance",
"version": "2.1.0",
"description": "Khronos WebGL conformance test suite",
"main": "run-test.js",
"directories": {
"doc": "doc"
},
"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"
}