2019-02-10 15:26:50 +03:00
|
|
|
{
|
|
|
|
"name": "leon-hotword",
|
2021-03-13 10:17:11 +03:00
|
|
|
"version": "0.2.0",
|
2019-02-10 15:26:50 +03:00
|
|
|
"description": "Hotword detection for Leon",
|
|
|
|
"author": {
|
|
|
|
"name": "Louis Grenard",
|
2022-08-23 18:01:46 +03:00
|
|
|
"email": "louis@getleon.ai",
|
2022-02-19 04:24:34 +03:00
|
|
|
"url": "https://twitter.com/grenlouis"
|
2019-02-10 15:26:50 +03:00
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2022-09-10 05:55:13 +03:00
|
|
|
"@bugsounet/snowboy": "^2.2.5",
|
|
|
|
"@mapbox/node-pre-gyp": "^1.0.10",
|
|
|
|
"node-record-lpcm16": "^0.3.1",
|
|
|
|
"socket.io-client": "^4.5.2",
|
|
|
|
"superagent": "^8.0.0"
|
2019-02-10 15:26:50 +03:00
|
|
|
}
|
|
|
|
}
|