diff --git a/img/website/36.png b/img/website/36.png new file mode 100644 index 00000000..b8f2adbb Binary files /dev/null and b/img/website/36.png differ diff --git a/views/website/libraries/36-Dart.json b/views/website/libraries/36-Dart.json new file mode 100644 index 00000000..d68e52d0 --- /dev/null +++ b/views/website/libraries/36-Dart.json @@ -0,0 +1,42 @@ +{ + "name": "Dart", + "uniqueClass": "dart", + "image": "/img/36.png", + "bgColor": "rgb(2, 89, 156)", + "libs": [ + { + "minimumVersion": "2.7.0", + "support": { + "sign": true, + "verify": true, + "iss": true, + "sub": true, + "aud": true, + "exp": true, + "nbf": true, + "iat": true, + "jti": true, + "typ": true, + "hs256": true, + "hs384": true, + "hs512": true, + "rs256": true, + "rs384": true, + "rs512": true, + "es256": true, + "es384": true, + "es512": true, + "eddsa": true, + "ps256": false, + "ps384": false, + "ps512": false, + "es256k": false + }, + "authorUrl": "https://github.com/jonasroussel", + "authorName": "Jonas Roussel", + "gitHubRepoPath": "jonasroussel/dart_jsonwebtoken", + "repoUrl": "https://github.com/jonasroussel/dart_jsonwebtoken", + "installCommandHtml": "dart pub add dart_jsonwebtoken" + } + ] +}