-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 952 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
42
43
44
45
{
"name": "gl-vec4",
"version": "1.0.1",
"description": "gl-matrix's vec4, split into smaller pieces",
"main": "index.js",
"scripts": {
"get-docs": "cat *.js | dox --api"
},
"dependencies": {},
"devDependencies": {
"dox": "git://github.com/hughsk/dox#api-context"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/gl-vec4.git"
},
"license": {
"type": "Zlib",
"url": "http://github.com/stackgl/gl-mat4/blob/master/LICENSE.md"
},
"contributors": [
"Brandon Jones <[email protected]>",
"Colin MacKenzie IV <[email protected]>"
],
"keywords": [
"ecosystem:stackgl",
"gl-matrix",
"matrix",
"math",
"gl",
"mat4",
"mat4x4",
"4x4",
"vectors",
"vec4",
"color",
"mat",
"vector",
"maths"
],
"homepage": "https://github.com/stackgl/gl-vec4",
"bugs": {
"url": "https://github.com/stackgl/gl-vec4/issues"
}
}