mirror of
https://github.com/jonasroussel/dart_jsonwebtoken.git
synced 2025-08-06 13:51:08 +08:00
16 lines
408 B
YAML
16 lines
408 B
YAML
name: dart_jsonwebtoken
|
|
description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT).
|
|
version: 2.0.0-nullsafety.1
|
|
repository: https://github.com/jonasroussel/jsonwebtoken
|
|
homepage: https://github.com/jonasroussel/jsonwebtoken#readme
|
|
|
|
environment:
|
|
sdk: '>=2.12.0-0 <3.0.0'
|
|
|
|
dependencies:
|
|
crypto: ^3.0.0
|
|
pointycastle: ^3.0.0-nullsafety.2
|
|
|
|
dev_dependencies:
|
|
pedantic: ^1.9.2
|