-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.15 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
{
"name": "zsh-fzy",
"author": "John Hawthorn",
"bugs": {
"url": "https://github.com/jhawthorn/fzy/issues"
},
"contributors": [],
"dependencies": {},
"deprecated": false,
"description": "A better fuzzy finder",
"devDependencies": {},
"homepage": "https://github.com/jhawthorn/fzy",
"license": "MIT",
"keywords": [
"fuzzy finder",
"fuzzy search",
"fuzzy searching",
"fuzzy",
"zsh"
],
"zsh-data": {
"plugin-info": {
"user": "jhawthorn",
"plugin": "fzy",
"version": "1.0.0"
},
"zi-ices": {
"default": {
"requires": "cc;make;cp",
"git": "",
"depth": 1,
"lucid": "",
"as": "null",
"atclone": "cp -vf contrib/fzy-* $ZPFX/bin/",
"atpull": "%atclone",
"make": "PREFIX=$ZPFX install",
"nocompile": ""
},
"bgn": {
"requires": "cc;make;bgn",
"git": "",
"depth": 1,
"lucid": "",
"as": "null",
"atclone": "cp -vf fzy.1 $ZPFX/man/man1",
"atpull": "%atclone",
"make": "",
"sbin": "fzy;contrib/fzy-*",
"nocompile": ""
}
}
}
}