-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 869 Bytes
/
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": "glsl-read-float",
"version": "1.1.0",
"description": "Read floating point values back from WebGL",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "beefy --open example/example.js -- --transform glslify"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/glsl-read-float.git"
},
"keywords": [
"glsl",
"read",
"float",
"gpu",
"gl",
"webgl",
"gpgpu",
"glslify"
],
"authors": [
"ultraist",
"Mikola Lysenko"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/glsl-read-float/issues"
},
"homepage": "https://github.com/mikolalysenko/glsl-read-float",
"devDependencies": {
"canvas-fit": "0.0.0",
"gl-context": "^0.1.0",
"a-big-triangle": "0.0.0",
"glslify": "^1.5.0"
}
}