-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.1 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
54
{
"name": "speak.awf",
"description": "Alfred 3 workflow for using macOS's text-to-speech features",
"private": false,
"version": "0.4.2",
"os": [
"darwin"
],
"preferGlobal": true,
"homepage": "https://github.com/mklement0/speak.awf",
"repository": {
"type": "git",
"url": "https://github.com/mklement0/speak.awf.git"
},
"bugs": {
"url": "https://github.com/mklement0/speak.awf/issues"
},
"scripts": {
"postinstall": "./bin/installAwf",
"postuninstall": "./bin/installAwf -u",
"test": "make test"
},
"keywords": [
"alfred",
"workflow",
"awf",
"speech",
"speak",
"tts",
"text-to-speech",
"voices",
"bilingual",
"multilingual",
"languages",
"linguistics",
"macos",
"osx"
],
"author": "Michael Klement <mklement0@gmail.com> (http://same2u.net)",
"license": "MIT",
"net_same2u": {
"make_pkg": {
"tocOn": true,
"tocTitle": "**Contents**"
}
},
"devDependencies": {
"doctoc": "^0.13.0",
"json": "^9.0.3",
"replace": "^0.3.0",
"semver": "^4.2.0",
"tap": "^0.6.0"
}
}