{
  "name": "@stur86/three-bmfont-text",
  "version": "3.0.4",
  "description": "renders BMFont files in ThreeJS with word-wrapping (fork: uses internal THREE import)",
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Matt DesLauriers",
    "email": "dave.des@gmail.com",
    "url": "https://github.com/mattdesl"
  },
  "contributors": [
    {
      "name": "Simone Sturniolo",
      "email": "simonesturniolo@gmail.com"
    }
  ],
  "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",
    "three-buffer-vertex-data": "^1.0.0",
    "three": "^0.137.0"
  },
  "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-orbit-viewer": "^69.2.9",
    "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:stur86/three-bmfont-text.git"
  },
  "homepage": "https://github.com/stur86/three-bmfont-text"
}
