transifex
Version:
NodeJS Transifex API Client
44 lines (43 loc) • 888 B
JSON
{
"name": "transifex",
"version": "1.6.6",
"description": "NodeJS Transifex API Client",
"main": "./transifex.js",
"engines": {
"node": ">=8.9.0"
},
"scripts": {
"test": "mocha --reporter spec tests --timeout 190000 --slow 2000"
},
"repository": {
"type": "git",
"url": "git://github.com/alicoding/node-transifex.git"
},
"bin": {
"transifex": "./bin/index.js"
},
"keywords": [
"download transifex",
"l10n",
"transifex",
"localization",
"cli",
"client",
"Transifex client",
"node transifex",
"transifex API"
],
"author": "Ali Al Dallal <ali@alicoding.com>",
"license": "MIT",
"dependencies": {
"commander": "^2.9.0",
"lodash": "^4.17.1",
"mkpath": "^1.0.0",
"mocha": "^4.0.0",
"request": "^2.34.0",
"should": "^13.0.0"
},
"devDependencies": {
"nock": "^10.0.0"
}
}