fanyi-n
Version:
A translate tool in your command line
43 lines (42 loc) • 854 B
JSON
{
"name": "fanyi-n",
"version": "1.0.2",
"description": "A translate tool in your command line",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:ivq/fanyi-n.git"
},
"author": "Sergey Wang <983@protonmail.com>",
"license": "MIT",
"bin": {
"yf": "./bin/fanyi-n",
"fanyi-n": "./bin/fanyi-n"
},
"keywords": [
"translate",
"iciba",
"translation",
"fanyi"
],
"engines": {
"node": ">= 4.0"
},
"readmeFilename": "README.md",
"dependencies": {
"chalk": "^1.1.3",
"html-entities": "^1.1.2",
"is-chinese": "^1.2.5",
"request": "^2.81.0",
"say": "^0.11.0",
"shelljs": "^0.7.0",
"xml2js": "^0.4.8"
},
"devDependencies": {
"coffee": "^3.3.1",
"mocha": "^3.4.1"
},
"scripts": {
"test": "mocha tests/index.js --timeout 0"
}
}