1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-14 16:20:28 +03:00
FiraCode/package.json

27 lines
574 B
JSON
Raw Permalink Normal View History

{
"name": "firacode",
2020-06-12 16:19:56 +03:00
"version": "5.2.0",
"description": "Fira Code: monospaced font with programming ligatures",
"main": "distr/fira_code.css",
"keywords": [
"font",
"Mozilla Fira Type Family",
"Fira",
"FiraMono"
],
"repository": {
"type": "git",
"url": "https://github.com/tonsky/FiraCode.git"
},
2020-04-09 20:18:10 +03:00
"author": "Nikita Prokopov <niki@tonsky.me>",
"license": "OFL-1.1",
"bugs": {
"url": "https://github.com/tonsky/FiraCode/issues"
},
"homepage": "https://github.com/tonsky/FiraCode#readme",
"files": [
"distr"
]
}