-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 896 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
{
"name": "@projectlint/os-lifecycle",
"version": "2021.6.7",
"description": "Operating System support lifecycle",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/projectlint/OS-lifecycle.git"
},
"keywords": [
"web",
"scrapping",
"operating",
"system",
"release",
"LTS",
"OSX",
"Windows",
"Linux",
"Ubuntu",
"Redhat",
"Solaris"
],
"author": "Jesús Leganés-Combarro 'piranna' <piranna@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/projectlint/OS-lifecycle/issues"
},
"homepage": "https://github.com/projectlint/OS-lifecycle#readme",
"devDependencies": {
"cheerio": "^1.0.0-rc.6",
"csv-parse": "^4.15.4",
"request": "^2.88.2",
"semver": "^7.3.5",
"tabletojson": "^2.0.6"
}
}