icon
Version:
Convert an image to thumbnails suitable for favicon, metro tiles, touch icons.
32 lines (31 loc) • 604 B
JSON
{
"name": "icon",
"version": "0.0.3",
"description": "Convert an image to thumbnails suitable for favicon, metro tiles, touch icons.",
"repository": {
"type": "git",
"url": "https://github.com/abrkn/icon.git"
},
"bin": {
"icon": "./bin/icon"
},
"author": {
"name": "Andreas Brekken",
"email": "a@abrkn.com"
},
"keywords": [
"favicon",
"touchicon",
"metro",
"icon",
"tile"
],
"preferGlobal": true,
"license": "MIT",
"dependencies": {
"async": "~0.2.9",
"canvas": "1.3.0",
"optimist": "~0.5.2",
"request": "~2.21.0"
}
}