forked from Experience-Monks/layout-bmfont-text
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.53 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
64
65
{
"name": "layout-bmfont-text",
"version": "1.3.4",
"description": "word-wraps and lays out text glyphs",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"as-number": "^1.0.0",
"word-wrapper": "^1.0.7",
"xtend": "^4.0.0"
},
"devDependencies": {
"babel": "^4.7.8",
"babelify": "^5.0.4",
"bmfont-lato": "^2.1.1",
"budo": "^1.2.2",
"canvas-testbed": "^1.0.3",
"clamp": "^1.0.1",
"img": "^1.0.0",
"lerp": "^1.0.3",
"smoothstep": "^1.0.1",
"tape": "^3.5.0",
"touch-position": "^1.0.3",
"uglify-js": "^2.4.17",
"vectors": "^0.1.0",
"watchify": "^2.4.0"
},
"scripts": {
"test": "node test",
"build": "browserify demo/index.js -t babelify | uglifyjs -cm > demo/bundle.js",
"start": "budo demo/index.js -o demo/bundle.js --live -d -t babelify | garnish -v",
"stress": "budo demo/stress.js -o demo/bundle-stress.js --live -d -t babelify | garnish -v"
},
"keywords": [
"left",
"to",
"right",
"left-to-right",
"LTR",
"text",
"layout",
"shape",
"shaping",
"shaper",
"glyphs",
"glyph",
"render",
"font",
"fonts",
"fillText"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/layout-bmfont-text.git"
},
"homepage": "https://github.com/Jam3/layout-bmfont-text",
"bugs": {
"url": "https://github.com/Jam3/layout-bmfont-text/issues"
}
}