crowdin-cli
Version:
NodeJS client for Crowdin
33 lines (32 loc) • 728 B
JSON
{
"name": "crowdin-cli",
"version": "0.3.0",
"description": "NodeJS client for Crowdin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kant2002/crowdin-cli.git"
},
"keywords": [
"Crowdin",
"translation",
"localization"
],
"bin": {
"crowdin-cli": "./bin/crowdin-cli"
},
"author": "Andrey Kurdyumov <kant2002@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kant2002/crowdin-cli/issues"
},
"homepage": "https://github.com/kant2002/crowdin-cli",
"dependencies": {
"request": "^2.53.0",
"yamljs": "^0.2.1",
"yargs": "^2.3.0"
}
}