-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 946 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 946 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
40
41
42
{
"name": "gradecheck",
"version": "1.0.0",
"description": "Automatically notifies you whenever a new grade gets posted.",
"main": "main.js",
"scripts": {
"test": "node main.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/OmarB97/GradeCheck.git"
},
"keywords": [
"nodejs",
"nightmare",
"automation",
"cookies",
"javascript",
"grades",
"tsquare"
],
"author": "Omar Baradei",
"license": "ISC",
"bugs": {
"url": "https://github.com/OmarB97/GradeCheck/issues"
},
"homepage": "https://github.com/OmarB97/GradeCheck#readme",
"dependencies": {
"async": "^2.4.1",
"crontab": "^1.1.3",
"filehound": "^1.16.1",
"fs": "latest",
"html-to-text": "^3.3.0",
"mkdirp": "^0.5.1",
"nightmare": "^2.10.0",
"node-notifier": "^5.1.2",
"path": "^0.12.7",
"prompt": "^1.0.0",
"tabletojson": "^0.4.0",
"vo": "^4.0.2"
}
}