-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 996 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
{
"name": "hera-anime-dl",
"version": "1.0.2",
"description": "A simple but usefult cli OR gui for getting and returning anime video links / download link of the anime name and spisode number you input into the cli thus returning a link you can copy and paste into a browser. Simple really.",
"main": "anime.js",
"scripts": {
"start": "node Main/anime.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HeraKumi/Hera-anime-dl.git"
},
"keywords": [
"anime",
"cli",
"anime",
"url",
"download",
"anime-dl",
"hubot-anime-dl",
"anime-dl-cli",
"anime"
],
"author": "Hera Kumi",
"license": "MIT",
"bugs": {
"url": "https://github.com/HeraKumi/Hera-anime-dl/issues"
},
"homepage": "https://github.com/HeraKumi/Hera-anime-dl#readme",
"dependencies": {},
"devDependencies": {
"anime-dl": "^4.0.7",
"boxen": "^1.2.2",
"chalk": "^2.3.0",
"input": "^1.0.1",
"progress": "^2.0.0"
}
}