-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
37 lines (37 loc) · 883 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
{
"name": "bake-rigify",
"version": "0.1.4",
"description": "Strip rigify-styled rigs down to their deformation bones and bake their animations",
"main": "__init__.py",
"blender": {
"name": "Bake Rigify rig",
"author": "Felix Schlitter",
"version": "2.7.2",
"category": "Import-Export"
},
"scripts": {
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/felixschl/bake-rigify"
},
"keywords": [
"bake",
"rigify",
"blender"
],
"author": "Felix Schlitter <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/felixschl/bake-rigify/issues"
},
"homepage": "https://github.com/felixschl/bake-rigify",
"dependencies": {
"bluebird": "^2.9.25",
"jszip": "^2.5.0",
"kopeer": "^0.2.0",
"lodash": "^3.8.0",
"rimraf": "^2.3.3"
}
}