package.json 574 B

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