UNPKG

transl

Version:

Transl is a simple command line translator to make your life easier.

47 lines (46 loc) 1 kB
{ "name": "transl", "version": "0.1.1", "description": "Transl is a simple command line translator to make your life easier.", "main": "index.js", "scripts": { "test": "mocha ./test/mock-transl.js" }, "keywords": [ "translate", "translator", "google", "tradutor", "google translate", "google translator" ], "repository": { "type": "git", "url": "git://github.com/marloscarmo/transl.git" }, "bugs": { "url": "https://github.com/marloscarmo/transl/issues" }, "author": { "name": "Marlos Carmo", "url": "http://marloscarmo.com" }, "homepage": "https://github.com/marloscarmo/transl", "licenses": [ { "type": "MIT", "url": "https://github.com/marloscarmo/transl/blob/master/LICENSE" } ], "preferGlobal": true, "bin": { "transl": "./index.js" }, "dependencies": { "async": "^2.0.0-rc.6", "chai": "^3.5.0", "chalk": "^1.1.3", "commander": "^2.9.0", "request": "^2.72.0" } }