DeepSpeech/native_client/package.json
2017-08-10 20:01:46 +02:00

17 lines
358 B
JSON

{
"name": "ds-client",
"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",
"deepspeech": "0.0.1"
}
}