-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.17 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "three-icosa",
"version": "0.4.2-alpha.6",
"description": "Implements Tilt Brush/Open Brush related glTF extensions in three.js",
"scripts": {
"watch": "parcel watch",
"build": "parcel build --no-cache"
},
"repository": {
"type": "git",
"url": "https://github.com/icosa-gallery/three-icosa.git"
},
"author": "Icosa Foundation",
"license": "Apache-2.0",
"module": "dist/three-icosa.module.js",
"default": "dist/three-icosa.js",
"source": "src/index.d.ts",
"bugs": {
"url": "https://github.com/icosa-foundation/three-icosa/issues"
},
"homepage": "https://github.com/icosa-foundation/three-icosa#readme",
"devDependencies": {
"@parcel/transformer-typescript-types": "^2.12.0",
"@types/three": "^0.164.1",
"parcel": "latest",
"typescript": "^5.4.5"
},
"peerDependencies": {
"three": ">=0.139.0"
},
"files": [
"dist"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/icosa"
},
"keywords": [
"three",
"three.js",
"gltf",
"extension",
"loader",
"openbrush",
"tiltbrush",
"creative",
"camera",
"vr",
"ar",
"xr"
]
}