forked from Apollon77/alexa-remote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.05 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
{
"name": "alexa-remote2",
"version": "3.0.3",
"description": "Remote Control for amazon echo devices",
"author": {
"name": "Apollon77",
"email": "[email protected]"
},
"contributors": [
{
"name": "soef",
"email": "[email protected]"
},
{
"name": "Apollon77",
"email": "[email protected]"
}
],
"homepage": "https://github.com/Apollon77/alexa-remote",
"license": "MIT",
"keywords": [
"alexa",
"echo",
"alexa remote",
"layla.amazon.de"
],
"dependencies": {
"alexa-cookie2": "^3.0.2",
"https": "^1.0.0",
"querystring": "^0.2.0",
"ws": "^7.2.1",
"extend": "^3.0.2",
"uuid": "^3.3.3"
},
"devDependencies": {},
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Apollon77/alexa-remote.git"
},
"bugs": {
"url": "https://github.com/Apollon77/alexa-remote/issues"
},
"engines": {
"node": ">=8.0.0"
},
"main": "alexa-remote.js",
"readmeFilename": "readme.md"
}