kinopoisk
Version:
Scrapes kinopoisk.ru for searching and getting specified movie information
22 lines • 458 B
JSON
{
"author": "Javidan Guliyev",
"name": "kinopoisk",
"description": "Scrapes kinopoisk.ru for searching and getting specified movie information",
"version": "0.1.5",
"repository": {
"type": "git",
"url": "https://github.com/javidan/node-kinopoisk.git"
},
"main": "./lib/kinopoisk",
"keywords": [
"kinopoisk"
],
"dependencies": {
"request": "*",
"cheerio": "*",
"iconv": "*"
},
"engines": {
"node": "*"
}
}