forked from ThaTiemsz/Discord-Emoji-Downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 988 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
{
"name": "discord-emoji-downloader",
"version": "1.2.0",
"description": "Get all emojis from a server in a ZIP file",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --public-url ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThaTiemsz/Discord-Emoji-Downloader.git"
},
"keywords": [
"discord",
"discord emoji",
"discord emojis",
"download",
"zip"
],
"author": "Tiemen",
"license": "MIT",
"bugs": {
"url": "https://github.com/ThaTiemsz/Discord-Emoji-Downloader/issues"
},
"homepage": "https://thatiemsz.github.io/Discord-Emoji-Downloader",
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"core-js": "^3.6.4",
"parcel-bundler": "^1.12.4",
"regenerator-runtime": "^0.13.5"
},
"dependencies": {
"file-saver": "^2.0.2",
"jszip": "^3.2.2",
"request": "^2.88.2",
"request-promise-native": "^1.0.8"
}
}