-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 716 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 716 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
{
"name": "node-urlresolver-api",
"version": "1.0.0",
"description": "A nodejs API to resolve streaming sites urls",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodejs",
"urlresolver",
"scraper",
"resolverurl",
"kodi"
],
"homepage": "https://github.com/lscofield/node-urlresolver-api",
"author": "lscofield",
"license": "GNU",
"dependencies": {
"atob": "^2.1.2",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"exec-php": "0.0.5",
"express": "^4.17.1",
"got": "^9.6.0",
"json5": "^2.1.1",
"node-fetch": "^2.6.0",
"python-shell": "^3.0.1"
}
}