forked from CQUPTMirror/cqupt-mirrors-howto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 778 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
{
"name": "cqupt-mirrors-howto",
"version": "1.0.0",
"description": "重邮开源镜像使用帮助文档",
"repository": {
"type": "git",
"url": "git+https://github.com/CQUPTMirror/cqupt-mirrors-howto.git"
},
"author": "CQUPT-Mirror-Team",
"license": "GPL",
"bugs": {
"url": "https://github.com/CQUPTMirror/cqupt-mirrors-howto/issues"
},
"homepage": "https://github.com/CQUPTMirror/cqupt-mirrors-howto#readme",
"tree": {
"CentOS": "centos-mirror-howto.md",
"Ubuntu": "ubuntu-mirror-howto.md",
"Debian": "debian-mirror-howto.md",
"Npm": "npm-mirror-howto.md",
"Arch-Linux": "archlinux-mirror-howto.md",
"Epel": "epel-mirror-howto.md",
"Pypi": "pypi-mirror-howto.md",
"homebrew": "homebrew-mirror-howto.md"
}
}