hyfetch/package.json

25 lines
569 B
JSON
Raw Normal View History

2022-07-30 10:19:28 -06:00
{
"name": "neowofetch",
2022-12-19 09:13:37 -07:00
"version": "1.4.5",
2022-07-30 10:19:28 -06:00
"description": "Updated neofetch",
"repository": {
"type": "git",
"url": "git+https://github.com/hykilpikonna/neofetch.git"
},
"bin": {
"neowofetch": "neofetch"
},
"keywords": [
"neofetch",
"screenfetch"
],
"author": "dylanaraps",
"contributors": [
"Azalea Gui <me@hydev.org> (https://github.com/hykilpikonna)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hykilpikonna/neofetch/issues"
},
"homepage": "https://github.com/hykilpikonna/neofetch#readme"
2022-09-06 10:17:46 -06:00
}