fy
Version:
A translate tool in your command line
31 lines (30 loc) • 590 B
JSON
{
"name": "fy",
"version": "0.1.3",
"description": "A translate tool in your command line",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "afc163 <afc163@gmail.com>",
"license": "MIT",
"bin": {
"fy": "./bin/fy"
},
"keywords": [
"translate",
"iciba",
"youdao",
"translation"
],
"engines": {
"node": ">= 0.8.1"
},
"readmeFilename": "README.md",
"dependencies": {
"request": "~2.30.0",
"xml2json": "~0.3.2",
"colorful": "~2.1.0",
"html-entities": "~1.0.10"
}
}