forked from maratonusp/contestwatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 956 Bytes
/
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
{
"name": "contestwatcher",
"version": "1.0.0",
"description": "Watches online judges for contests",
"main": "index.js",
"repository": "naumazeredo/contestwatcher",
"devDependencies": {
"chai": "^4.1.2",
"rewire": "^3.0.2",
"sinon": "^4.1.5"
},
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"test": "mocha tests --recursive",
"start": "node app.js"
},
"keywords": [
"competitive",
"programming",
"codeforces",
"topcoder",
"codechef",
"csacademy",
"atcoder"
],
"author": "victorsenam <[email protected]>",
"license": "ISC",
"dependencies": {
"async-semaphore": "^2.0.0",
"botanio": "^0.0.6",
"dateformat": "^2.0.0",
"ical": "^0.6.0",
"jsdom": "^9.11.0",
"lowdb": "^0.16.1",
"moment-timezone": "^0.5.11",
"node-schedule": "^1.2.0",
"node-telegram-bot-api": "^0.30.0",
"true-html-escape": "^1.0.0",
"winston": "^2.4.0"
}
}