gotranslate-phrase-scrapper
Version:
GoTranslate Phrase Scrapper component for GoTranslate Framework, which scraps translatable phrases from remote websites.
27 lines (26 loc) • 804 B
JSON
{
"name": "gotranslate-phrase-scrapper",
"version": "2.0.0",
"description": "GoTranslate Phrase Scrapper component for GoTranslate Framework, which scraps translatable phrases from remote websites.",
"main": "index.js",
"scripts": {
"test": "echo 'Error: no test defined' && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://itskdk@bitbucket.org/gotranslate/gotranslate-phrase-scrapper.git"
},
"keywords": [
"GoTranslate",
"Phrases",
"Scrapper"
],
"author": "itskdk <kdk.kapildevkarma@gmail.com> (http://itskdk.github.io/)",
"license": "Apache-2.0",
"homepage": "https://bitbucket.org/gotranslate/gotranslate-phrase-scrapper#readme",
"dependencies": {
"cheerio": "^0.20.0",
"html-entities": "^1.2.0",
"request": "^2.69.0"
}
}