forked from Experience-Monks/three-bmfont-text
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·61 lines (61 loc) · 1.4 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
53
54
55
56
57
58
59
60
61
{
"name": "three-bmfont-text",
"version": "3.0.1",
"description": "renders BMFont files in ThreeJS with word-wrapping",
"main": "index.js",
"module": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"array-shuffle": "^1.0.1",
"inherits": "^2.0.1",
"layout-bmfont-text": "https://github.com/matterport/layout-bmfont-text#415e0b4beb4b59a5d916f392ac81f5bdad2e7378",
"quad-indices": "^2.0.1"
},
"devDependencies": {
"esbuild": "^0.15.18",
"esbuild-plugin-glsl": "^1.1.0",
"load-bmfont": "^1.0.0",
"nice-color-palettes": "^3.0.0",
"node-stdlib-browser": "^1.2.0",
"sun-tzu-quotes": "^1.0.0",
"three": "^0.146.0"
},
"scripts": {
"build": "node ./esbuild.js",
"build-multi": "node ./esbuild.js test/test-multi.js"
},
"keywords": [
"bmfont",
"bitmap",
"font",
"text",
"three",
"threejs",
"quad",
"quads",
"batch",
"render",
"fonts",
"layout",
"word",
"wrap",
"word-wrap",
"word-wrapping",
"wrapping",
"glyph",
"glyphs"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/three-bmfont-text.git"
},
"homepage": "https://github.com/Jam3/three-bmfont-text",
"bugs": {
"url": "https://github.com/Jam3/three-bmfont-text/issues"
}
}