-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.42 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.42 KB
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
{
"name": "infinity",
"version": "2.0.0",
"private": false,
"description": "Infinity",
"main": "bot.js",
"scripts": {
"run": "node bot.js"
},
"engines": {
"node": ">=7.0.0"
},
"dependencies": {
"@types/async": "^2.0.40",
"@types/node": "^7.0.18",
"array-sort": "^0.1.3",
"async": "^2.4.0",
"bindings": "^1.2.1",
"bufferutil": "^3.0.1",
"canvas-prebuilt": "^1.6.5-prerelease.1",
"chance": "^1.0.4",
"cheerio": "^1.0.0-rc.1",
"eris": "^0.7.0",
"eris-additions": "^1.1.5",
"eris-embed-builder": "^0.1.2",
"eventemitter3": "^2.0.3",
"firebase": "^3.9.0",
"fs": "^0.0.1-security",
"google": "^2.1.0",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"nan": "^2.5.1",
"node-emoji": "^1.4.3",
"node-opus": "^0.2.6",
"node-trello": "^1.2.1",
"paladins-api": "^1.4.8",
"pixel-util": "^0.0.2",
"pm2": "^2.4.6",
"pokedex": "^0.2.2",
"pokedex-promise-v2": "^3.0.3",
"request": "^2.7.0",
"runtime": "^0.14.0",
"sc2kparser": "^1.0.1",
"tcp-ping": "^0.1.1",
"twitter": "^1.7.0",
"url": "^0.11.0",
"util": "^0.10.3",
"youtube-node": "^1.3.0",
"ytdl-core": "^0.9.1"
},
"author": "xDeltaFox",
"license": "GPL-3.0"
}