forked from mklement0/fileicon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "fileicon",
"description": "OSX CLI for managing custom icons for files and folders",
"private": false,
"version": "0.2.4",
"os": [
"darwin"
],
"preferGlobal": true,
"bin": {
"fileicon": "bin/fileicon"
},
"homepage": "https://github.com/mklement0/fileicon",
"repository": {
"type": "git",
"url": "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 <[email protected]> (http://same2u.net)",
"contributors": [
"Zhiming Wang <[email protected]> (http://zmwangx.github.io/)"
],
"license": "MIT",
"net_same2u": {
"make_pkg": {
"tocOn": true,
"tocTitle": "**Contents**",
"manOn": true
}
},
"devDependencies": {
"doctoc": "^0.13.0",
"json": "^9.0.6",
"marked": "^0.7.0",
"marked-man": "^0.7.0",
"replace": "^1.1.1",
"semver": "^4.2.0",
"tap": "^14.9.1",
"urchin": "^0.0.5"
}
}