-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 887 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
{
"name": "linux-academy-downloader",
"version": "0.1.0",
"description": "Linux Academy Downloader",
"author": "Harrison (Hieu) Van",
"license": "MIT",
"engines": {
"node": ">=8.3.0"
},
"bin": {
"linux-academy-downloader": "bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hieuvp/linux-academy-downloader.git"
},
"bugs": {
"url": "https://github.com/hieuvp/linux-academy-downloader/issues"
},
"homepage": "https://github.com/hieuvp/linux-academy-downloader#readme",
"dependencies": {
"js-yaml": "3.13.1",
"lodash": "4.17.19",
"moment": "2.25.3",
"moment-range": "4.0.2",
"selenium-webdriver": "3.6.0",
"xpath-html": "1.0.2"
},
"devDependencies": {
"jest": "26.0.1",
"jest-extended": "0.11.5"
},
"jest": {
"setupFilesAfterEnv": [
"jest-extended"
]
}
}