-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 956 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
46
47
48
49
{
"name": "theatre-extensions-animations",
"version": "0.0.2",
"license": "Apache-2.0",
"description": "Module extension for Theatre.js for importing animations form GLTF",
"keywords": [
"gltf",
"plugin",
"addon",
"animaiton",
"gltf-animaiton",
"three",
"theatre",
"theatrejs",
"theatrejs-plugin",
"theatrejs-module"
],
"bugs": {
"url": "https://github.com/klich3/theatre-extensions-animations/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/klich3/theatre-extensions-animations.git"
},
"author": {
"name": "Anton Sychev",
"email": "anton@sychev.xyz",
"url": "https://sychev.xyz"
},
"files": [
"src/*"
],
"main": "src/index.ts",
"ignore": [
"node_modules",
"_sample",
"_videos"
],
"scripts": {
"publish:npm": "npm publish --access=public ./"
},
"sideEffects": false,
"peerDependencies": {
"@theatre/core": "*"
},
"dependencies": {
"@theatre/dataverse": "0.6.1"
}
}