layout-bmfont-text
Version:
word-wraps and lays out text glyphs
66 lines (65 loc) • 1.56 kB
JSON
{
"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": "dave.des@gmail.com",
"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"
}
}