-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
51 lines (51 loc) · 989 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
47
48
49
50
51
{
"name": "iobroker.alexa",
"version": "0.0.36",
"description": "Remote control for Alexa (Amazon Echo)",
"author": {
"name": "soef",
"email": "soef@gmx.net"
},
"contributors": [
{
"name": "soef",
"email": "soef@gmx.net"
}
],
"homepage": "https://github.com/soef/iobroker.alexa",
"license": "MIT",
"keywords": [
"sync",
"iobroker file",
"JetBrains",
"webstorm",
"file",
"debug",
"editor",
"ide"
],
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/soef/iobroker.alexa"
},
"dependencies": {
"alexa-remote": "^0.0.24",
"https": "^1.0.0",
"soef": "^0.4.15"
},
"devDependencies": {
"mocha": "^2.3.4",
"chai": "^3.4.1"
},
"main": "alexa.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
},
"bugs": {
"url": "https://github.com/soef/iobroker.alexa/issues"
},
"readmeFilename": "README.md"
}