-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.4 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "Ragnarok",
"version": "1.0.0",
"description": ".",
"license": "MIT",
"author": "Odinthewanderer",
"scripts": {
"start": "node --harmony Ragnarok.js",
"update": "npm update",
"test": "eslint . silent"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Odinthewanderer/Ragnarok.git"
},
"bugs": {
"url": "https://github.com/Odinthewanderer/Ragnarok/issues"
},
"keywords": [
"discord",
"bot"
],
"homepage": "https://github.com/Odinthewanderer/Ragnarok/blob/master/README.md",
"dependencies": {
"Sherlock": "neilgupta/Sherlock",
"bluebird": "^3.4.7",
"canvas": "github:automattic/node-canvas",
"chalk": "^1.1.3",
"discord.js": "hydrabolt/discord.js#b21f8df1ec28cf5d1482a2b33894ce55397faa3c",
"discord.js-commando": "gawdl3y/discord.js-commando",
"erlpack": "hammerandchisel/erlpack",
"moment": "^2.17.1",
"moment-duration-format": "^1.3.0",
"nani": "^1.2.0",
"node-opus": "^0.2.4",
"pg": "^6.1.2",
"pg-hstore": "^2.3.2",
"prism-media": "hydrabolt/prism-media",
"raven": "^1.1.1",
"redis": "^2.6.5",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"sequelize": "sequelize/sequelize",
"simple-youtube-api": "^2.1.0",
"winston": "^2.3.1",
"ytdl-core": "^0.9.0"
},
"devDependencies": {
"eslint": "^3.15.0"
},
"engines": {
"node": ">=7.0.0"
}
}