27 lines
680 B
JSON
27 lines
680 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|