-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 827 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
{
"name": "alfred-irregular-workflow",
"version": "1.0.0",
"description": "Alfred workflow to show forms of English irregular verbs",
"main": "index.js",
"dependencies": {
"alfy": "^0.10.0",
"irverbs": "^1.0.6"
},
"devDependencies": {
"alfy-test": "^0.4.0",
"ava": "^3.5.2"
},
"scripts": {
"test": "ava",
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup"
},
"repository": {
"type": "git",
"url": "https://github.com/melihovv/alfred-irregular-workflow"
},
"keywords": [
"alfred",
"workflow",
"irregular",
"verbs"
],
"author": "Alexander Melihov",
"license": "MIT",
"bugs": {
"url": "https://github.com/melihovv/alfred-irregular-workflow/issues"
},
"homepage": "https://github.com/melihovv/alfred-irregular-workflow#readme"
}