1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-28 12:43:35 +03:00
leon/hotword/package.json

23 lines
534 B
JSON
Raw Normal View History

2019-02-10 15:26:50 +03:00
{
"name": "leon-hotword",
"version": "0.1.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": "^1.3.1-alpha.1",
2019-02-10 15:26:50 +03:00
"socket.io": "^2.0.2",
"socket.io-client": "^2.1.1",
"superagent": "^3.5.2"
}
}