purescript-unique/purs.json
2023-03-02 06:01:16 -07:00

22 lines
475 B
JSON

{
"name": "unique",
"owners": [
{
"email": "nick@saunde.rs",
"keytype": "ssh-ed25519",
"public": "AAAAC3NzaC1lZDI1NTE5AAAAICm0Ar7rHAWONOM4qA5q777/CQaN6cHvcBq3VXB7d5Yw"
}
],
"version": "0.6.0",
"license": "MIT",
"location": {
"githubOwner": "mechairoi",
"githubRepo": "purescript-unique"
},
"description": "Data.Unique for PureScript",
"dependencies": {
"prelude": ">=6.0.0 <7.0.0",
"effect": ">=4.0.0 <5.0.0"
}
}