first commit

This commit is contained in:
s.golasch
2023-08-01 12:47:58 +02:00
commit b1439a55bb
65 changed files with 3085 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "alexis",
"version": "1.0.0",
"description": "Local proxy server to remote control your Amazon Echo devices",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sebastian Golasch <public@asciidisco.com> (http://asciidisco.com/)",
"license": "MIT",
"dependencies": {
"chalk": "2.1.0",
"express": "4.15.4",
"extract-zip": "1.6.5",
"faye-websocket": "0.11.1",
"fs-extra": "4.0.1",
"homedir": "0.6.0",
"klaw": "2.1.0",
"meow": "3.7.0",
"node-horseman": "3.3.0",
"redux": "3.7.2",
"request": "2.81.0",
"through2": "2.0.3",
"websocket": "1.0.24"
}
}