{ "name" : "deepspeech", "version" : "0.0.2", "description" : "DeepSpeech NodeJS bindings", "main" : "./index", "author" : "Mozilla 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" } }