forked from ThaTiemsz/Discord-Emoji-Downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 982 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.1.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.2.2",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.2.3",
"parcel-bundler": "^1.12.3"
},
"dependencies": {
"file-saver": "^2.0.0",
"jquery": "^3.4.1",
"jszip": "^3.1.5",
"request": "^2.88.0",
"request-promise-native": "^1.0.5"
}
}