@flexis/favicons
Version:
A tool for generating icons for the modern web.
61 lines (60 loc) • 1.31 kB
JSON
{
"name": "@flexis/favicons",
"version": "1.5.0",
"description": "A tool for generating icons for the modern web.",
"author": "dangreen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TrigenSoftware/flexis-favicons"
},
"bugs": {
"url": "https://github.com/TrigenSoftware/flexis-favicons/issues"
},
"bin": {
"favicons": "lib/cli.js"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=10.0.0"
},
"keywords": [
"generator",
"ico",
"favicon",
"icons",
"manifest",
"webmanifest",
"PWA",
"iOS",
"Android",
"gulp",
"gulpplugin"
],
"dependencies": {
"@babel/runtime-corejs3": "^7.11.2",
"@types/node": "^14.11.2",
"@types/sharp": "^0.26.0",
"@types/through2-concurrent": "^2.0.0",
"@types/vinyl": "^2.0.3",
"@types/vinyl-fs": "^2.4.11",
"argue-cli": "^1.2.1",
"canvas": "^2.6.1",
"canvg": "^3.0.2",
"chalk": "^4.1.0",
"easy-table": "^1.1.1",
"node-fetch": "^2.6.0",
"omit-empty": "^1.0.0",
"rcfile": "^1.0.3",
"sharp": "^0.26.1",
"through2-concurrent": "^2.0.0",
"to-ico": "^1.1.5",
"vinyl": "^2.1.0",
"vinyl-fs": "^3.0.3",
"xmldom": "^0.3.0"
},
"files": [
"lib"
]
}