-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 942 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
{
"name": "discord_leave-multiple-users-private-channels",
"version": "1.2.0",
"description": "",
"main": "discord_leaveMultipleUsersPrivateChannels.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SimonTod/discord_leaveMultipleUsersPrivateChannels.git"
},
"keywords": [
"discord",
"leave_channels"
],
"author": "SimonTod",
"license": "ISC",
"bugs": {
"url": "https://github.com/SimonTod/discord_leaveMultipleUsersPrivateChannels/issues"
},
"homepage": "https://github.com/SimonTod/discord_leaveMultipleUsersPrivateChannels#readme",
"dependencies": {
"prompt": "^1.0.0",
"request": "^2.87.0"
},
"optionalDependencies": {
"body-parser": "^1.18.3",
"bootstrap": "^3.1.1",
"express": "^4.16.3",
"font-awesome": "^4.7.0",
"jade": "^1.11.0",
"jquery": "^3.3.1"
}
}