package.json 547 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "firacode",
  3. "version": "1.205.0",
  4. "description": "Fira Code: monospaced font with programming ligatures",
  5. "keywords": [
  6. "font",
  7. "Mozilla Fira Type Family",
  8. "Fira",
  9. "FiraMono"
  10. ],
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/tonsky/FiraCode.git"
  14. },
  15. "author": "Nikita Prokopov <prokopov@gmail.com>",
  16. "license": "OFL-1.1",
  17. "bugs": {
  18. "url": "https://github.com/tonsky/FiraCode/issues"
  19. },
  20. "homepage": "https://github.com/tonsky/FiraCode#readme",
  21. "files": [
  22. "distr"
  23. ]
  24. }