-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 903 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
44
45
46
{
"name": "alfred-github-trending",
"version": "1.1.0",
"description": "Alfred workflow get trending repo on GitHub",
"license": "MIT",
"repository": "mikqi/alfred-github-trending",
"author": {
"name": "Muhammad Rivki",
"email": "muhammad.rivki@live.com",
"url": "https://this.rivki.id"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava",
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup",
"publish": "np"
},
"files": [
"index.js",
"icon.png",
"info.plist"
],
"keywords": [
"alfred",
"workflow",
"alfy"
],
"dependencies": {
"alfred-notifier": "^0.2.2",
"alfy": "^0.6.0",
"trending-github": "^2.0.1"
},
"devDependencies": {
"alfy-test": "^0.3.0",
"ava": "^0.18.0",
"xo": "^0.17.0",
"np": "^5.1.1"
},
"xo": {
"space": true,
"semicolon": false
}
}