voc-cli
Version:
download and play English vocabularies' audio via command line
63 lines (62 loc) • 1.42 kB
JSON
{
"name": "voc-cli",
"version": "1.8.5",
"description": "download and play English vocabularies' audio via command line",
"main": "bin/getAudio.js",
"preferGlobal": "true",
"bin": {
"voc": "bin/index.js"
},
"config": {
"directory": "",
"audio_cli": ""
},
"scripts": {
"prepublish": "npm run compile",
"compile": "babel src --out-dir bin",
"test": "mocha",
"lint": "eslint src",
"cover": "istanbul cover _mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zlargon/voc.git"
},
"keywords": [
"text-to-speech",
"google-tts",
"vocabulary",
"webster",
"yahoo-dictionary",
"free-dictionary",
"collins",
"ispeech",
"voicerss"
],
"author": "zlargon",
"license": "MIT",
"bugs": {
"url": "https://github.com/zlargon/voc/issues"
},
"homepage": "https://github.com/zlargon/voc#readme",
"dependencies": {
"babel-polyfill": "^6.16.0",
"cheerio": "^0.22.0",
"co": "^4.6.0",
"commander": "^2.9.0",
"node-fetch": "^1.6.3"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"coveralls": "^2.11.15",
"eslint": "^3.11.1",
"istanbul": "^1.0.0-alpha.2",
"mocha": "^3.2.0",
"rewire": "^2.5.2"
}
}