package.json 904 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "parse-bmfont-ascii",
  3. "version": "1.0.6",
  4. "description": "parses ASCII BMFont files to a JavaScript 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. "ascii",
  21. "parse",
  22. "convert",
  23. "bmfont",
  24. "bm",
  25. "bitmap",
  26. "font",
  27. "bitmaps",
  28. "angel",
  29. "angelcode",
  30. "code",
  31. "text",
  32. "gl",
  33. "sprite",
  34. "sprites",
  35. "stackgl"
  36. ],
  37. "repository": {
  38. "type": "git",
  39. "url": "git://github.com/mattdesl/parse-bmfont-ascii.git"
  40. },
  41. "homepage": "https://github.com/mattdesl/parse-bmfont-ascii",
  42. "bugs": {
  43. "url": "https://github.com/mattdesl/parse-bmfont-ascii/issues"
  44. }
  45. }