forked from mattdesl/mat4-decompose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 868 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
{
"name": "mat4-decompose",
"version": "1.0.4",
"description": "decomposes a 3D matrix",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"gl-mat4": "^1.0.1",
"gl-vec3": "^1.0.2"
},
"devDependencies": {
"tape": "^3.0.3"
},
"scripts": {
"test": "tape *.js"
},
"keywords": [
"4x4",
"decompose",
"gl-mat4",
"mat4",
"decomposition",
"interpolation",
"lerp",
"linear",
"tween",
"animate",
"css",
"matrix"
],
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/mat4-decompose.git"
},
"homepage": "https://github.com/mattdesl/mat4-decompose",
"bugs": {
"url": "https://github.com/mattdesl/mat4-decompose/issues"
}
}