-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcomposer.json
34 lines (34 loc) · 1003 Bytes
/
composer.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
{
"name": "sandrokeil/yubikey-full-disk-encryption-secure-boot-uefi",
"description": "Tutorial to create full disk encryption with YubiKey, encrypted boot partition and secure boot with UEFI",
"type": "library",
"license": "BSD-3-Clause",
"homepage": "http://sandrokeil.github.io/yubikey-full-disk-encryption-secure-boot-uefi/",
"authors": [
{
"name": "Sandro Keil",
"email": "[email protected]",
"homepage": "https://sandro-keil.de"
}
],
"keywords": [
"yubikey",
"full-disk-encryption",
"2fa",
"secure-boot",
"uefi",
"arch-linux",
"luks",
"lvm2",
"security",
"intel amt",
"amd psp"
],
"require": {
"bookdown/bookdown": "^1.1.0",
"webuni/commonmark-table-extension": "^0.6.1",
"webuni/commonmark-attributes-extension": "^0.5.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}