mirror of
https://github.com/rowtype-yoga/purescript-unique.git
synced 2024-11-29 18:05:12 +03:00
22 lines
475 B
JSON
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"
|
|
}
|
|
}
|