nerd-fonts/package.json

36 lines
944 B
JSON
Raw Normal View History

2017-11-18 16:03:01 +01:00
{
"name": "nerd-fonts",
"version": "3.1.1",
"description": "Iconic font aggregator, collection, & patcher. 9,000+ icons, 60+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more",
2017-11-18 16:03:01 +01:00
"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",
2021-12-24 14:58:40 +01:00
"license": "SEE LICENSE IN LICENSE file",
2017-11-18 16:03:01 +01:00
"bugs": {
"url": "https://github.com/ryanoasis/nerd-fonts/issues"
},
"homepage": "https://github.com/ryanoasis/nerd-fonts#readme"
}