@anzuev/google-news-api
Version:
Wrapper for accessing google news api
26 lines (25 loc) • 588 B
JSON
{
"name": "@anzuev/google-news-api",
"version": "1.0.0",
"description": "Wrapper for accessing google news api",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"google-news"
],
"repository": "https://github.com/AnZuev/GoogleNewsAPI",
"author": "AnZuev (anzuev@bk.ru)",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.1.0"
}
}