mirror of
https://github.com/rowtype-yoga/purescript-lazy-joe.git
synced 2024-11-29 10:27:57 +03:00
25 lines
590 B
JSON
25 lines
590 B
JSON
{
|
|
"name": "purescript-lazy-joe",
|
|
"license": [
|
|
"MIT-0"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sigma-andex/purescript-lazy-joe.git"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"output"
|
|
],
|
|
"dependencies": {
|
|
"purescript-aff": "^v7.0.0",
|
|
"purescript-aff-promise": "^v4.0.0",
|
|
"purescript-effect": "^v4.0.0",
|
|
"purescript-functions": "^v6.0.0",
|
|
"purescript-prelude": "^v6.0.0",
|
|
"purescript-unsafe-coerce": "^v6.0.0"
|
|
}
|
|
}
|