-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "gl-clear",
"version": "2.0.0",
"description": "A helper WebGL module for clearing the current buffer – extracted from [@mikolalysenko](http://github.com/mikolalysenko)'s [gl-now](http://github.com/mikolalysenko/gl-now).",
"main": "index.js",
"scripts": {
"demo": "beefy demo.js --open",
"test": "browserify test.js | tap-closer | smokestack | tap-spec "
},
"author": "Hugh Kennedy <[email protected]> (http://hughskennedy.com/)",
"license": "MIT",
"devDependencies": {
"beefy": "^1.1.0",
"browserify": "^8.1.0",
"canvas-pixels": "0.0.0",
"gl-context": "^0.0.0",
"smokestack": "^3.0.0",
"tap-closer": "^1.0.0",
"tap-spec": "^2.1.2",
"tape": "^2.12.3"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/hughsk/gl-clear.git"
},
"keywords": [
"gl",
"webgl",
"clear",
"buffer",
"screen",
"color",
"depth",
"stencil"
],
"bugs": {
"url": "https://github.com/hughsk/gl-clear/issues"
},
"homepage": "https://github.com/hughsk/gl-clear"
}