This repository has been archived by the owner on Nov 19, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
65 lines (65 loc) · 1.61 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "naomi-tanizaki-discord-bot",
"version": "1.0.9",
"build": "170715",
"description": "discord bot",
"main": "bot.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint ."
},
"repository": "git+https://github.com/iSm1le/Naomi-Tanizaki.git",
"keywords": [
"discord",
"bot"
],
"author": "iSm1le <ism1le@naom.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iSm1le/Naomi-Tanizaki/issues"
},
"homepage": "https://github.com/iSm1le/Naomi-Tanizaki#readme",
"dependencies": {
"Sherlock": "neilgupta/Sherlock",
"bluebird": "^3.5.0",
"bufferutil": "^3.0.2",
"canvas": "next",
"cheerio": "^1.0.0-rc.2",
"cleverbot.io": "^1.0.4",
"discord.js": "hydrabolt/discord.js#stable",
"discord.js-commando": "gawdl3y/discord.js-commando",
"erlpack": "hammerandchisel/erlpack",
"libsodium-wrappers": "^0.5.2",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0",
"nani": "^1.2.0",
"node-opus": "^0.2.6",
"pg": "^7.1.2",
"pg-hstore": "^2.3.2",
"prism-media": "hydrabolt/prism-media",
"raven": "^2.1.2",
"redis": "^2.8.0",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"sequelize": "^4.6.0",
"simple-youtube-api": "^3.0.0",
"snekfetch": "^3.2.9",
"sodium": "^2.0.1",
"tsubaki": "^1.2.0",
"winston": "^2.3.1",
"ytdl-core": "^0.16.0"
},
"devDependencies": {
"eslint": "^4.5.0",
"eslint-config-isalpha": "^1.0.4"
},
"eslintConfig": {
"extends": "isalpha",
"rules": {
"no-process-env": "off"
}
},
"engines": {
"node": ">=8.0.0"
}
}