forked from soimy/msdf-bmfont-xml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.56 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
62
63
{
"name": "msdf-bmfont-xml",
"version": "2.3.5",
"description": "Creates a BMFont compatible bitmap font of Signed-Distance Fields from a font file",
"main": "index.js",
"scripts": {
"test": "cd test/output && node ../../cli.js -v -u -o font -m 512,256 -t msdf -s 42 -r 4 --smart-size --pot ../../assets/fonts/DIN_CB.ttf",
"render": "npm test && devtool test/test-render.js -s -- 'output/DIN_CB.fnt'"
},
"bin": {
"msdf-bmfont": "./cli.js"
},
"author": {
"name": "YM Shen",
"email": "[email protected]",
"url": "https://github.com/soimy"
},
"keywords": [
"bmfont",
"bitmap",
"font",
"text",
"fonts",
"signed",
"distance",
"field",
"glyph",
"glyphs",
"sdf",
"msdf",
"multichannel"
],
"repository": {
"type": "git",
"url": "git://github.com/soimy/msdf-bmfont-xml.git"
},
"homepage": "https://github.com/soimy/msdf-bmfont-xml",
"bugs": {
"url": "https://github.com/soimy/msdf-bmfont-xml/issues"
},
"license": "MIT",
"dependencies": {
"arabic-persian-reshaper": "^1.0.0",
"canvas-prebuilt": "2.0.0-alpha.2",
"cli-progress": "^2.0.0",
"commander": "^2.15.1",
"handlebars": "^4.0.11",
"is-invalid-path": "^1.0.2",
"js2xmlparser": "^3.0.0",
"map-limit": "0.0.1",
"maxrects-packer": "^2.0.0",
"opentype.js": "^0.9.0"
},
"devDependencies": {
"load-bmfont": "^1.2.3",
"run-parallel": "^1.1.9",
"three": "^0.94.0",
"three-bmfont-text": "^2.3.0",
"tslint": "^5.10.0",
"typescript": "^2.9.2",
"xml2js": "^0.4.19"
}
}