-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 884 Bytes
/
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
{
"name": "alfred-hipsum",
"version": "1.0.2",
"description": "Alfred 3 workflow to get hipster filler text.",
"main": "index.js",
"author": {
"name": "Kyle Brumm",
"email": "kjbrumm@gmail.com",
"url": "http://kylebrumm.com"
},
"scripts": {
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup"
},
"repository": {
"type": "git",
"url": "https://github.com/kjbrum/alfred-hipsum.git"
},
"keywords": [
"alfred",
"workflow",
"alfred-workflow",
"alfred3-workflow",
"hipster",
"hipsum",
"placeholder",
"filler",
"alfy"
],
"files": [
"index.js",
"icon.png",
"info.plist"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kjbrum/alfred-hipsum/issues"
},
"homepage": "https://github.com/kjbrum/alfred-hipsum#readme",
"dependencies": {
"alfy": "latest"
}
}