17 lines
363 B
YAML
17 lines
363 B
YAML
name: protevus_hashing
|
|
description: The Hashing Package for the Protevus Platform
|
|
version: 0.0.1
|
|
homepage: https://protevus.com
|
|
documentation: https://docs.protevus.com
|
|
repository: https://github.com/protevus/platformo
|
|
|
|
environment:
|
|
sdk: ^3.4.2
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
crypto: ^3.0.3
|
|
|
|
dev_dependencies:
|
|
lints: ^3.0.0
|
|
test: ^1.24.0
|