-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.18 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
55
56
57
{
"name": "iobroker.sayit",
"version": "1.7.0",
"description": "Text to speech interface for ioBroker.",
"author": {
"name": "bluefox",
"email": "[email protected]"
},
"contributors": [
{
"name": "bluefox",
"email": "[email protected]"
},
{
"name": "Jey-Cee",
"email": "[email protected]"
},
{
"name": "apollon77",
"email": "[email protected]"
}
],
"homepage": "https://github.com/ioBroker/ioBroker.sayit",
"keywords": [
"ioBroker",
"text to speech",
"TTS",
"Voice synthesis"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.sayit"
},
"optionalDependencies": {
"castv2-client": "^1.2.0",
"mdns": "^2.4.0"
},
"dependencies": {
"jsftp": "^2.1.3",
"aws-sdk": "~2.253.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^4.1.0",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.sayit/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"install": "node main.js --install"
},
"license": "MIT",
"readmeFilename": "README.md"
}