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",
|
|
|
|
"email": "louis.grenard@gmail.com",
|
|
|
|
"url": "https://twitter.com/louistiti_fr"
|
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"node-record-lpcm16": "^0.3.0",
|
2022-01-31 07:09:54 +03:00
|
|
|
"@mapbox/node-pre-gyp": "^1.0.8",
|
|
|
|
"@bugsounet/snowboy": "^2.2.3",
|
2021-03-16 10:04:09 +03:00
|
|
|
"socket.io-client": "^4.0.0",
|
2019-02-10 15:26:50 +03:00
|
|
|
"superagent": "^3.5.2"
|
|
|
|
}
|
|
|
|
}
|