-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 981 Bytes
/
package.json
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
{
"name": "premiumize-me-api",
"version": "1.0.5",
"author": "CooliMC",
"license": "MIT",
"description": "A simple NodeJS-Wrapper for the official Premiumize.me API",
"homepage": "https://github.com/CooliMC/PremiumizeMeAPI",
"main": "index.js",
"scripts": {
"test": "CLS && echo: Running test.js, see the result below: && node ./test.js"
},
"bugs": {
"url": "https://github.com/CooliMC/PremiumizeMeAPI/issues"
},
"keywords": [
"premiumize",
"premiumizeme",
"premiumizemeapi",
"apiwrapper",
"torrent",
"streaming",
"directdl",
"bittorrent",
"hoster",
"magnetlinks",
"nzb",
"nzbfile",
"nzburl",
"torrentfile",
"torrentfileurl",
"downloader",
"promises",
"httpsdl"
],
"dependencies": {
"axios": "^0.19.0",
"request": "^2.88.0"
},
"repository": {
"type": "git",
"url": "https://github.com/CooliMC/PremiumizeMeAPI.git"
},
"files": [
"index.js"
]
}