translate_it
Version:
commamdline English-Chinese dictionary use Bing
32 lines (31 loc) • 612 B
JSON
{
"name": "translate_it",
"version": "1.1.4",
"description": "commamdline English-Chinese dictionary use Bing",
"keywords": [
"Dictionary",
"Commandline",
"English-Chinese",
"命令行",
"英汉"
],
"bin": {
"translate_it": "cli.js"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "echo \"Something need to be done\" && exit 1"
},
"repository": "Toybreak/cliDict",
"author": "",
"license": "MIT",
"dependencies": {
"cheerio": "^0.22.0",
"colors": "^1.1.2",
"got": "^6.5.0",
"moment": "^2.15.1",
"yargs": "^6.0.0"
}
}