-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 810 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 810 Bytes
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
{
"name": "itabots",
"version": "1.0.0",
"description": "bot do discord",
"main": "bot.js",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ITAbits/ITAbots.git"
},
"keywords": [
"bot",
"discord",
"codeforces",
"contests"
],
"author": "ITAbits",
"license": "ISC",
"bugs": {
"url": "https://github.com/ITAbits/ITAbots/issues"
},
"homepage": "https://github.com/ITAbits/ITAbots",
"dependencies": {
"config": "^1.30.0",
"discord.js": "^11.3.0",
"discord.js-commando": "^0.9.0",
"events": "^2.0.0",
"ical": "^0.5.0",
"jsdom": "^9.11.0",
"mongoose": "^5.0.14",
"node-schedule": "^1.3.0",
"winston": "^2.4.1"
},
"devDependencies": {
"standard": "^11.0.1"
}
}