purescript-lazy-joe/bower.json
2022-06-18 11:23:59 +01:00

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"
}
}