-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1.16 KB
/
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
{
"name": "@fern-solutions/three-meta-avatar-gltf-plugins",
"version": "0.2.0",
"description": "GLTFLoader plugins for loading Meta Avatars in Three.js projects",
"module": "dist/three-meta-avatar-gltf-plugins.esm.min.js",
"browser": "dist/three-meta-avatar-gltf-plugins.umd.min.js",
"main": "dist/three-meta-avatar-gltf-plugins.esm.min.js",
"author": "Noeri Huisman",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
"dev": "concurrently \"rollup -c -w\" \"live-server --port=4000 --no-browser ./example --mount=/js:./dist --mount=/libs:./node_modules\"",
"build": "rollup -c",
"watch": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrxz/three-meta-avatar-gltf-plugins"
},
"bugs": {
"url": "https://github.com/mrxz/three-meta-avatar-gltf-plugins/issues"
},
"homepage": "https://github.com/mrxz/three-meta-avatar-gltf-plugins",
"keywords": [
"three",
"gltf"
],
"files": [
"dist"
],
"devDependencies": {
"@compodoc/live-server": "1.2.3",
"concurrently": "^7.1.0",
"rollup": "^2.71.1",
"rollup-plugin-terser": "^7.0.2",
"three": "^0.169.0"
}
}