forked from yoannchb-pro/anime-vostfr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 732 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 732 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
{
"name": "anime-vostfr",
"version": "1.2.3",
"description": "Get any anime iformation like image, embed video, banner, trailer, description... (informations from neko sama)",
"main": "anime-vostfr.js",
"homepage": "https://github.com/yoannchb-pro",
"repository": {
"type": "git",
"url": "https://github.com/yoannchb-pro/anime-vostfr"
},
"keywords": [
"anime",
"vostfr",
"vf",
"embed",
"free",
"neko",
"same",
"neko-same",
"anime-vostfr",
"streaming",
"iframe",
"api"
],
"dependencies": {
"cloudscraper": "4.6.0",
"dom-parser": "0.1.6",
"request": "2.88.2",
"request-promise-core": "1.1.4"
},
"author": "yoannchb",
"license": "ISC"
}