-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 909 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": "@labex-labs/sitemap",
"version": "1.0.20",
"description": "A collection of LabEx website sitemaps - A hands-on learning platform for Linux, DevOps, and Cybersecurity",
"main": "index.js",
"files": [
"sitemaps",
"README.md"
],
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/labex-labs/labex-sitemap.git"
},
"keywords": [
"labex",
"labex-labs",
"hands-on",
"learning-platform",
"linux",
"devops",
"cybersecurity",
"tutorials",
"courses",
"labs",
"guided-labs",
"learning",
"education",
"practical-learning",
"sitemap"
],
"author": "LabEx",
"license": "MIT",
"homepage": "https://labex.io/",
"bugs": {
"url": "https://github.com/labex-labs/labex-sitemap/issues"
},
"publishConfig": {
"access": "public"
}
}