DeepSpeech/native_client/package.json
2017-06-27 10:38:41 +01:00

16 lines
332 B
JSON

{
"name": "deepspeech",
"version": "0.0.1",
"description": "A client binary to access DeepSpeech trained models.",
"license": "MPL-2.0",
"author": {
"name": "Chris Lord",
"email": "contact@chrislord.net"
},
"main": "client.js",
"dependencies": {
"sox-stream": "2.0.1",
"memory-stream": "0.0.3"
}
}