UNPKG

fileicon

Version:

OSX CLI for managing custom icons for files and folders

58 lines (57 loc) 1.19 kB
{ "name": "fileicon", "description": "OSX CLI for managing custom icons for files and folders", "private": false, "version": "0.3.5", "os": [ "darwin" ], "preferGlobal": true, "bin": { "fileicon": "bin/fileicon" }, "homepage": "https://github.com/mklement0/fileicon", "repository": { "type": "git", "url": "git+https://github.com/mklement0/fileicon.git" }, "bugs": { "url": "https://github.com/mklement0/fileicon/issues" }, "scripts": { "test": "make test" }, "keywords": [ "custom", "icon", "file", "folder", "cli", "osx" ], "man": "man/fileicon.1", "directories": { "doc": "./doc" }, "author": "Michael Klement <mklement0@gmail.com> (http://same2u.net)", "contributors": [ "Zhiming Wang <zmwangx@gmail.com> (http://zmwangx.github.io/)" ], "license": "MIT", "net_same2u": { "make_pkg": { "tocOn": true, "tocTitle": "**Contents**", "manOn": true } }, "devDependencies": { "doctoc": "^2.2.1", "json": "^11.0.0", "marked": "^4.2.5", "marked-man": "^1.3.1", "replace": "^1.2.2", "semver": "^7.3.8", "urchin": "^0.0.5" } }