mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
30 lines
1003 B
JSON
30 lines
1003 B
JSON
{
|
|
"name" : "deepspeech",
|
|
"version" : "0.0.2",
|
|
"description" : "DeepSpeech NodeJS bindings",
|
|
"main" : "./index",
|
|
"author" : "Mozilla DeepSpeech <deepspeech>",
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "git://github.com/mozilla/DeepSpeech.git"
|
|
},
|
|
"binary": {
|
|
"module_name" : "deepspeech",
|
|
"module_path" : "./lib/binding/v{version}/{platform}-{arch}/{node_abi}/",
|
|
"remote_path" : "./v{version}/{configuration}/",
|
|
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
|
|
"host" : "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.v1.0.0-warpctc.arm/artifacts/public/"
|
|
},
|
|
"dependencies" : {
|
|
"node-pre-gyp": "0.6.x"
|
|
},
|
|
"bundledDependencies":["node-pre-gyp"],
|
|
"devDependencies": {
|
|
},
|
|
"scripts": {
|
|
"install" : "node-pre-gyp install --fallback-to-build",
|
|
"test": "node index.js",
|
|
"prepublish": "npm ls"
|
|
}
|
|
}
|