1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-18 14:21:32 +03:00
leon/hotword/package.json

22 lines
535 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",
"snowboy": "git+https://github.com/leon-ai/snowboy.git",
"socket.io-client": "^4.0.0",
"superagent": "^3.5.2"
}
}