-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 991 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": "bbresque",
"version": "1.5.5",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ClumsyClover/BBResque.git"
},
"bin": {
"bbresque": "./bin/index.js"
},
"keywords": [
"blackboard",
"UON",
"University of Newcastle",
"Newcastle",
"canvas",
"download files form blackboard"
],
"author": "Atharv Naphade",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/ClumsyClover/BBResque/issues"
},
"homepage": "https://github.com/ClumsyClover/BBResque#readme",
"dependencies": {
"bindings": "^1.5.0",
"cheerio": "^1.0.0-rc.10",
"chrome-launcher": "^0.15.0",
"fetch": "^1.1.0",
"nan": "^2.15.0",
"node-fetch": "^3.1.0",
"puppeteer-core": "^12.0.1",
"requirejs": "2.3.6",
"shelljs": "^0.8.4"
}
}