-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "metafilm",
"version": "0.0.13",
"description": "Getting metadata information about films and TV shows (title, actors, genres, etc.) from IMDb, TMDb, Kinopoisk, Douban",
"keywords": [
"api",
"parse",
"parser",
"scraping",
"scraper",
"schema",
"info",
"information",
"id",
"title",
"name",
"movie",
"movies",
"film",
"films",
"tv",
"shows",
"tv shows",
"imdb",
"omdb",
"omdbapi",
"tmdb",
"themoviedb",
"kinopoisk",
"kp",
"douban",
"tvmaze",
"imdb id",
"tmdb id",
"themoviedb id",
"kinopoisk id",
"douban id",
"tvmaze id",
"imdb parser",
"tmdb parser",
"themoviedb parser",
"kinopoisk parser",
"douban parser",
"imdb scraper",
"tmdb scraper",
"themoviedb scraper",
"kinopoisk scraper",
"douban scraper",
"year",
"poster",
"image",
"premiere",
"country",
"countrues",
"genre",
"genres",
"actor",
"actors",
"director",
"directors",
"gulfstream"
],
"license": "MIT",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/GulfStreamJS/metafilm.git"
},
"bugs": {
"url": "https://github.com/GulfStreamJS/metafilm/issues"
},
"homepage": "https://gulfstream.to",
"dependencies": {
"string-similarity": "3.0.0",
"transliteration": "2.1.7",
"microdata-node": "1.0.0",
"downloading": "0.0.1",
"iconv-lite": "0.5.0",
"colage": "0.2.0",
"jsdom": "15.2.1",
"axios": "0.19.0",
"ajv": "6.10.2"
},
"devDependencies": {
"mocha": "6.2.2"
}
}