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
| {
| "name": "parse-bmfont-binary",
| "version": "1.0.6",
| "description": "reads a BMFont binary in a Buffer into a JSON object",
| "main": "index.js",
| "license": "MIT",
| "author": {
| "name": "Matt DesLauriers",
| "email": "dave.des@gmail.com",
| "url": "https://github.com/mattdesl"
| },
| "dependencies": {},
| "devDependencies": {
| "tape": "^3.5.0"
| },
| "scripts": {
| "test": "node test/test.js"
| },
| "keywords": [
| "bmfont",
| "bitmap",
| "font",
| "angel",
| "code",
| "angelcode",
| "fonts",
| "text",
| "layout",
| "glyph",
| "glyphdesigner",
| "canvas",
| "webgl"
| ],
| "repository": {
| "type": "git",
| "url": "git://github.com/Jam3/parse-bmfont-binary.git"
| },
| "homepage": "https://github.com/Jam3/parse-bmfont-binary",
| "bugs": {
| "url": "https://github.com/Jam3/parse-bmfont-binary/issues"
| }
| }
|
|