-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 877 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 877 Bytes
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
{
"name": "gl-select-static",
"version": "2.0.7",
"description": "Static point picking/selection routine",
"main": "select.js",
"directories": {
"example": "example"
},
"dependencies": {
"bit-twiddle": "^1.0.2",
"gl-fbo": "^2.0.5",
"ndarray": "^1.0.18",
"typedarray-pool": "^1.1.0"
},
"devDependencies": {
"chttps": "^1.0.6",
"gl-now": "~1.4.0"
},
"scripts": {
"postshrinkwrap": "chttps .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/gl-vis/gl-select-static.git"
},
"keywords": [
"point",
"picking",
"selection",
"webgl"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/gl-vis/gl-select-static/issues"
},
"homepage": "https://github.com/gl-vis/gl-select-static"
}