iconutil
Version:
Convert between PNG/Iconsets and .ICNS files
30 lines (29 loc) • 547 B
JSON
{
"name": "iconutil",
"version": "1.0.2",
"description": "Convert between PNG/Iconsets and .ICNS files",
"author": {
"name": "Will Franzen",
"email": "wtfranzen@gmail.com",
"url": "http://will.xyz"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wtfaremyinitials/iconutil.git"
},
"main": "index.js",
"dependencies": {
"uuid": "^2.0.1"
},
"keywords": [
"osx",
"yosemite",
"xcode",
"iconutil",
"icns",
"icons",
"iconset",
"convert"
]
}