1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-01 03:15:58 +03:00
leon/hotword/package.json

23 lines
548 B
JSON
Raw Normal View History

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",
"socket.io-client": "^4.0.0",
2019-02-10 15:26:50 +03:00
"superagent": "^3.5.2"
}
}