-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
41 lines (41 loc) · 893 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
{
"name": "alfred-currency-conversion",
"version": "0.2.1",
"description": "Alfred 4 Workflow - See foreign exchange rates and currency conversion",
"license": "MIT",
"repository": "jeppestaerk/alfred-currency-conversion",
"author": {
"name": "Jeppe Stærk",
"email": "dev@staerk.io",
"url": "https://github.com/jeppestaerk/alfred-currency-conversion"
},
"engines": {
"node": ">=8"
},
"scripts": {
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup"
},
"files": [
"index.js",
"icon.png",
"info.plist",
"settings.png",
"flags/*.png"
],
"keywords": [
"alfred",
"alfred4",
"workflow",
"alfred-workflow",
"alfred4-workflow",
"alfy",
"currency-conversion",
"foreign-exchange-rates"
],
"dependencies": {
"alfy": "^0.10.0",
"os-locale": "^5.0.0"
},
"devDependencies": {}
}