{
  "name": "@srinivasprabhu/three-bmfont-text",
  "version": "1.0.2",
  "description": "renders BMFont files in ThreeJS with word-wrapping",
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Srinivas Prabhu",
    "email": "srinivasprabhu794@gmail.com",
    "url": "https://github.com/SrinivasPrabhu794/"
  },
  "standard": {
    "globals": [
      "THREE"
    ]
  },
  "dependencies": {
    "array-shuffle": "^1.0.1",
    "inherits": "^2.0.1",
    "layout-bmfont-text": "^1.2.0",
    "nice-color-palettes": "^1.0.1",
    "object-assign": "^4.0.1",
    "quad-indices": "^2.0.1",
    "three-buffer-vertex-data": "dmarcos/three-buffer-vertex-data#69378fc58daf27d3b1d930df9f233473e4a4818c"
  },
  "devDependencies": {
    "bluebird": "^2.9.14",
    "browserify": "^12.0.1",
    "budo": "^7.0.2",
    "glsl-aastep": "^1.0.1",
    "glsl-noise": "0.0.0",
    "glslify": "^4.0.0",
    "load-bmfont": "^1.0.0",
    "standard": "^5.4.1",
    "sun-tzu-quotes": "^1.0.0",
    "three": "^0.111.0",
    "three-orbit-viewer": "^69.2.9",
    "three-vignette-background": "^1.0.2",
    "uglify-js": "^2.4.17"
  },
  "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/SrinivasPrabhu794/three-bmfont-text.git"
  },
  "homepage": "https://github.com/SrinivasPrabhu794/three-bmfont-text",
  "bugs": {
    "url": "https://github.com/SrinivasPrabhu794/three-bmfont-text/issues"
  }
}
