mirror of
https://github.com/jonasroussel/dart_jsonwebtoken.git
synced 2025-08-06 05:33:54 +08:00
v2.0.0
This commit is contained in:
@ -1,18 +1,16 @@
|
||||
name: dart_jsonwebtoken
|
||||
description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT).
|
||||
version: 2.0.0-nullsafety.2
|
||||
version: 2.0.0
|
||||
repository: https://github.com/jonasroussel/jsonwebtoken
|
||||
homepage: https://github.com/jonasroussel/jsonwebtoken#readme
|
||||
|
||||
environment:
|
||||
sdk: '>=2.12.0-0 <3.0.0'
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
||||
dependencies:
|
||||
crypto: ^3.0.0
|
||||
pointycastle: ^3.0.0-nullsafety.2
|
||||
pointycastle: ^3.0.1
|
||||
ed25519_edwards: ^0.1.0
|
||||
|
||||
dev_dependencies:
|
||||
uuid: ^3.0.0
|
||||
test: ^1.0.0
|
||||
pedantic: ^1.9.2
|
||||
|
Reference in New Issue
Block a user