-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 780 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 780 Bytes
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
{
"name": "name-to-imdb",
"version": "3.0.5",
"description": "Finds IMDB ID by movie/series name (fuzzily) and optionally year and type",
"main": "index.js",
"scripts": {
"test": "tape test/*"
},
"repository": {
"type": "git",
"url": "https://github.com/Ivshti/name-to-imdb"
},
"keywords": [
"imdb",
"movie",
"series",
"year"
],
"author": "Ivo Georgiev <ivo@linvo.com> (http://ivogeorgiev.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ivshti/name-to-imdb/issues"
},
"homepage": "https://github.com/Ivshti/name-to-imdb",
"dependencies": {
"diacritics": "~1.3.0",
"named-queue": "^2.1.0",
"needle": "^1.1.2",
"node-fetch": "^2.2.0"
},
"devDependencies": {
"tape": "4.x.x"
}
}