-
Notifications
You must be signed in to change notification settings - Fork 64
/
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": "msdf-bmfont",
"version": "1.1.0",
"description": "Creates a bitmap font of signed distance fields from a font file",
"main": "index.js",
"scripts": {
"test": "node test/test-generate.js && open test/sheet0.png",
"render": "node test/test-generate.js && devtool test/test-render.js -s"
},
"author": {
"name": "Ari Lotter",
"email": "arilotter@gmail.com",
"url": "https://github.com/arilotter"
},
"keywords": [
"bmfont",
"bitmap",
"font",
"text",
"fonts",
"signed",
"distance",
"field",
"glyph",
"glyphs",
"sdf",
"msdf",
"multichannel"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/msdf-bmfont.git"
},
"homepage": "https://github.com/Jam3/msdf-bmfont",
"bugs": {
"url": "https://github.com/Jam3/msdf-bmfont/issues"
},
"license": "MIT",
"dependencies": {
"canvas": "^1.4.0",
"map-limit": "0.0.1",
"multi-bin-packer": "^1.1.3",
"opentype.js": "^0.6.4"
},
"devDependencies": {
"load-bmfont": "^1.2.3",
"object-assign": "^4.1.0",
"run-parallel": "^1.1.6",
"three": "^0.79.0",
"three-bmfont-text": "^2.1.0"
}
}