1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-11 18:27:21 +03:00
leon/hotword/package.json
2022-01-31 12:09:54 +08:00

23 lines
548 B
JSON

{
"name": "leon-hotword",
"version": "0.2.0",
"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",
"@mapbox/node-pre-gyp": "^1.0.8",
"@bugsounet/snowboy": "^2.2.3",
"socket.io-client": "^4.0.0",
"superagent": "^3.5.2"
}
}