three-bmfont-text
Version:
renders BMFont files in ThreeJS with word-wrapping
79 lines (78 loc) • 1.99 kB
JSON
{
"name": "three-bmfont-text",
"version": "3.0.1",
"description": "renders BMFont files in ThreeJS with word-wrapping",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"standard": {
"globals": [
"THREE"
]
},
"dependencies": {
"array-shuffle": "^1.0.1",
"inherits": "^2.0.1",
"layout-bmfont-text": "^1.2.0",
"nice-color-palettes": "^3.0.0",
"object-assign": "^4.0.1",
"quad-indices": "^2.0.1"
},
"devDependencies": {
"bluebird": "^3.7.2",
"browserify": "^16.5.1",
"budo": "^11.6.3",
"glsl-aastep": "^1.0.1",
"glsl-noise": "0.0.0",
"glslify": "^7.0.0",
"load-bmfont": "^1.0.0",
"standard": "^14.3.4",
"sun-tzu-quotes": "^1.0.0",
"three": "^0.118.3",
"three-orbit-viewer": "^69.2.9",
"three-vignette-background": "^1.0.2",
"uglify-js": "^3.10.0"
},
"scripts": {
"build": "browserify test/test-shader.js -t glslify | uglifyjs -cm > test/bundle.js",
"start": "budo test/test-shader.js:bundle.js --dir test --live -- -t glslify",
"test-2d": "budo test/test-2d.js:bundle.js --dir test --live",
"test-3d": "budo test/test-3d.js:bundle.js --dir test --live",
"test-multi": "budo test/test-multi.js:bundle.js --dir test --live",
"test-msdf": "budo test/test-msdf.js:bundle.js --dir test --live",
"test": "standard"
},
"keywords": [
"bmfont",
"bitmap",
"font",
"text",
"three",
"threejs",
"quad",
"quads",
"batch",
"render",
"fonts",
"layout",
"word",
"wrap",
"word-wrap",
"word-wrapping",
"wrapping",
"glyph",
"glyphs"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/three-bmfont-text.git"
},
"homepage": "https://github.com/Jam3/three-bmfont-text",
"bugs": {
"url": "https://github.com/Jam3/three-bmfont-text/issues"
}
}