DeepSpeech/native_client/package.json
2017-11-21 10:43:44 -02:00

15 lines
324 B
JSON

{
"name": "ds-client",
"version": "0.0.2",
"description": "A client binary to access DeepSpeech trained models.",
"license": "MPL-2.0",
"author": "Mozilla",
"main": "client.js",
"dependencies": {
"argparse": "1.0.9",
"sox-stream": "2.0.1",
"memory-stream": "0.0.3",
"deepspeech": "0.0.2"
}
}