-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.32 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
{
"name": "@zimjs/three",
"version": "2.3.9",
"description": "Three is a helper module for the ZIM JavaScript Canvas Framework that imports three.js and provides a fast easy way to get started, bring three.js into ZIM or bring ZIM into three.js as TextureActives for full 2D interactivity on any texture / material in three.js. Great for menus but also puzzles, games, art on walls, models, or any mesh!",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/danzen/zim-three.git"
},
"keywords": [
"3D",
"threejs",
"textureactive",
"interactive",
"textures",
"zimjs",
"zim",
"components",
"hud",
"interfaces",
"menus",
"interactive",
"2D"
],
"author": "Dr Abstract",
"license": "MIT",
"devDependencies": {
"@types/three": "latest",
"three": "latest",
"typescript": "^5.3.3",
"zimjs": "^16.1.9"
},
"peerDependencies": {
"zimjs": "^16.1.9",
"three": "latest"
},
"bugs": {
"url": "https://forum.zimjs.com"
},
"homepage": "https://github.com/danzen/zim-three#readme"
}