-
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) · 888 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 888 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": "dual-quat-to-mat4",
"version": "1.0.1",
"description": "Convert a dual quaternion into a 4x4 matrix",
"main": "src/dual-quat-to-mat4",
"scripts": {
"test": "standard && tape test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chinedufn/dual-quat-to-mat4.git"
},
"keywords": [
"mat4",
"dual",
"quat",
"quaternion",
"skinning",
"skeletal",
"animation",
"linear",
"blend",
"vertex",
"animate",
"collada",
"webgl"
],
"author": "Chinedu Francis Nwafili <frankie.nwafili@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chinedufn/dual-quat-to-mat4/issues"
},
"homepage": "https://github.com/chinedufn/dual-quat-to-mat4#readme",
"devDependencies": {
"mat4-to-dual-quat": "^1.0.0",
"standard": "^8.6.0",
"tape": "^4.6.3"
}
}