1
1
mirror of https://github.com/leon-ai/leon.git synced 2025-01-08 02:36:27 +03:00
leon/hotword/package.json

23 lines
545 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",
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": {
"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"
}
}