-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 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
{
"name": "bot-annah",
"version": "0.2.1",
"description": "bot-annah a companion bot to help you suck less at LoL",
"main": "app.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"bufferutil": "^3.0.4",
"discord.js": "^11.3.2",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"mongoose": "^5.0.15",
"morgan": "^1.9.0",
"request": "^2.85.0",
"request-promise-native": "^1.0.5",
"socket.io": "^2.1.0",
"uws": "^9.147.0",
"rxjs": "^5.5.10",
"node-cache": "^4.2.0",
"apiai": "^4.0.3",
"moment": "^2.22.1",
"immutable": "^3.8.2",
"body-parser": "^1.18.2"
},
"devDependencies": {},
"engines": {
"node": "9.x"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"bots",
"chatbots",
"web chat"
],
"author": "@bbaaxx",
"license": "GPL-3.0"
}