yu.yu
Version:
快速翻译及智能搜索和生成变量名 | A quick translation and intelligent search and generate a variable name | codeif
34 lines (33 loc) • 782 B
JSON
{
"name": "yu.yu",
"version": "2.0.1",
"description": "快速翻译及智能搜索和生成变量名 | A quick translation and intelligent search and generate a variable name | codeif",
"main": "index.js",
"scripts": {
"test": "node bin/yu -h",
"publishing": "npm publish && git add . && git commit -am update && git push"
},
"keywords": [
"codeif",
"google",
"youdao",
"yu.yu",
"translate",
"yuren"
],
"bin": {
"yu": "./bin/yu.js"
},
"author": "mack wang",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/yurencloud/yu.yu.git"
},
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.14.1",
"google-translate-api-cn": "^1.0.2",
"yu.validation": "^1.0.1"
}
}