-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 936 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
40
41
42
{
"name": "discordbot",
"version": "1.0.0",
"description": "Extensible Discord Bot",
"scripts": {
"start": "node bot"
},
"author": {
"name": "Farami",
"email": "[email protected]",
"url": "https://github.com/Farami"
},
"contributors": [
{
"name": "Timo",
"email": "[email protected]",
"url": "https://github.com/slowChildPlaying"
}
],
"license": "MIT",
"dependencies": {
"discord.js": "11.4.2",
"express": "4.13.x",
"in-array": "^0.1.2",
"q": "1.4.x",
"request": "2.88.x",
"ytdl-core": "0.28.x",
"node-opus": "0.3.1"
},
"engines": {
"node": "4.4.3"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^2.9.0",
"eslint-config-defaults": "^9.0.0",
"eslint-config-standard": "^5.2.0",
"eslint-plugin-filenames": "^0.2.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2"
}
}