1
0
Fork 0
mirror of synced 2024-05-21 04:53:25 +12:00
FiraCode/package.json
Guillaume Massé d0181db077 add package.json so it can be published to npm (#374)
* add package.json so it can be published to npm

* using license symbol and only include the distr folder
2018-03-15 20:00:22 +03:00

26 lines
547 B
JSON

{
"name": "firacode",
"version": "1.205.0",
"description": "Fira Code: monospaced font with programming ligatures",
"keywords": [
"font",
"Mozilla Fira Type Family",
"Fira",
"FiraMono"
],
"repository": {
"type": "git",
"url": "https://github.com/tonsky/FiraCode.git"
},
"author": "Nikita Prokopov <prokopov@gmail.com>",
"license": "OFL-1.1",
"bugs": {
"url": "https://github.com/tonsky/FiraCode/issues"
},
"homepage": "https://github.com/tonsky/FiraCode#readme",
"files": [
"distr"
]
}