forked from ninjamuffin99/FulpTronJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 KB
/
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
{
"name": "fulptronjs",
"version": "1.0.0",
"description": "a discord bot",
"main": "index.js",
"dependencies": {
"bandcamp-scraper": "^1.2.4",
"cheerio": "^1.0.0-rc.2",
"discord.js": "^11.5.0",
"discord.js-arbitrary-ffmpeg": "^1.0.0",
"extend": "^3.0.2",
"ffmpeg-static": "^2.5.0",
"fstream": "^1.0.12",
"google-spreadsheet": "^2.0.7",
"js-yaml": "^3.13.1",
"libsodium-wrappers": "^0.7.4",
"node-gyp": "^4.0.0",
"node-opus": "^0.3.1",
"nodemailer": "^6.3.0",
"rebuild": "^0.1.2",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"simple-youtube-api": "^5.1.1",
"ytdl-core-discord": "^1.0.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ninjamuffin99/FulpTronJS.git"
},
"keywords": [
"newgrounds"
],
"author": "ninjamuffin99",
"license": "ISC",
"bugs": {
"url": "https://github.com/ninjamuffin99/FulpTronJS/issues"
},
"homepage": "https://github.com/ninjamuffin99/FulpTronJS#readme"
}