package.json 868 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "parse-bmfont-binary",
  3. "version": "1.0.6",
  4. "description": "reads a BMFont binary in a Buffer into a JSON object",
  5. "main": "index.js",
  6. "license": "MIT",
  7. "author": {
  8. "name": "Matt DesLauriers",
  9. "email": "dave.des@gmail.com",
  10. "url": "https://github.com/mattdesl"
  11. },
  12. "dependencies": {},
  13. "devDependencies": {
  14. "tape": "^3.5.0"
  15. },
  16. "scripts": {
  17. "test": "node test/test.js"
  18. },
  19. "keywords": [
  20. "bmfont",
  21. "bitmap",
  22. "font",
  23. "angel",
  24. "code",
  25. "angelcode",
  26. "fonts",
  27. "text",
  28. "layout",
  29. "glyph",
  30. "glyphdesigner",
  31. "canvas",
  32. "webgl"
  33. ],
  34. "repository": {
  35. "type": "git",
  36. "url": "git://github.com/Jam3/parse-bmfont-binary.git"
  37. },
  38. "homepage": "https://github.com/Jam3/parse-bmfont-binary",
  39. "bugs": {
  40. "url": "https://github.com/Jam3/parse-bmfont-binary/issues"
  41. }
  42. }