linguee
Version:
Bilingual word translation straight from Linguee website
32 lines (31 loc) • 674 B
JSON
{
"name": "linguee",
"version": "1.0.1",
"description": "Bilingual word translation straight from Linguee website",
"main": "index.js",
"scripts": {
"test": "faucet tests"
},
"repository": {
"type": "git",
"url": "git://github.com/fesnt/linguee.git"
},
"keywords": [
"linguee",
"translate",
"translator",
"translation"
],
"author": "Felipe Santos <fesntmail@gmail.com> (http://felipecoder.com)",
"license": "MIT",
"dependencies": {
"@einenlum/jic": "0.0.5",
"cheerio": "^0.22.0",
"iconv-lite": "^0.4.23",
"request": "^2.75.0"
},
"devDependencies": {
"faucet": "0.0.1",
"tape": "^4.9.1"
}
}