pubspec.yaml 269 B

12345678910111213141516
  1. name: pb_authenticator_totp
  2. description: TOTP library used by pb_authenticator.
  3. version: 1.2.0
  4. publish_to: none
  5. environment:
  6. sdk: '>=3.3.0 <4.0.0'
  7. dependencies:
  8. crypto: ^3.0.5
  9. protobuf: ^3.1.0
  10. fixnum: ^1.1.1
  11. dev_dependencies:
  12. lints: ^4.0.0
  13. test: ^1.25.2