mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-25 16:47:37 +02:00
36 lines
903 B
JSON
36 lines
903 B
JSON
{
|
|
"name": "nerd-fonts",
|
|
"version": "2.2.0-RC",
|
|
"description": "Iconic font aggregator, collection, and patcher: 39 patched fonts (87k+ variations). Includes popular glyph collections such as Font Awesome & fonts such as Hack",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"all-contributors-cli": "^4.8.1"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ryanoasis/nerd-fonts.git"
|
|
},
|
|
"keywords": [
|
|
"fonts",
|
|
"patched-fonts",
|
|
"powerline",
|
|
"shell",
|
|
"statusline",
|
|
"python",
|
|
"iconic-fonts",
|
|
"patcher",
|
|
"font-awesome",
|
|
"octicons"
|
|
],
|
|
"author": "Ryan L McIntyre",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ryanoasis/nerd-fonts/issues"
|
|
},
|
|
"homepage": "https://github.com/ryanoasis/nerd-fonts#readme"
|
|
}
|