-
Notifications
You must be signed in to change notification settings - Fork 340
/
Copy path17-Clojure.json
40 lines (40 loc) · 945 Bytes
/
17-Clojure.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
{
"name": "Clojure",
"uniqueClass": "clojure",
"image": "/img/13.svg",
"bgColor": "rgb(88, 129, 216)",
"libs": [
{
"minimumVersion": null,
"support": {
"sign": true,
"verify": true,
"iss": true,
"sub": true,
"aud": true,
"exp": true,
"nbf": true,
"iat": true,
"jti": false,
"hs256": true,
"hs384": true,
"hs512": true,
"rs256": true,
"rs384": true,
"rs512": true,
"es256": true,
"es384": true,
"es512": true,
"ps256": true,
"ps384": true,
"ps512": true
},
"authorUrl": "https://github.com/niwinz",
"authorName": "Andrey Antukh",
"gitHubRepoPath": "funcool/buddy",
"repoUrl": "https://github.com/funcool/buddy/",
"installCommandHtml": "lein: [funcool/buddy \"2.0.0\"]",
"repoLatestCommitYear": 2021
}
]
}