purescript-unlift/bower.json

31 lines
811 B
JSON
Raw Normal View History

2022-03-15 18:16:38 +00:00
{
"name": "purescript-unlift",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/tweag/purescript-unlift.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^v6.0.0",
"purescript-effect": "^v3.0.0",
"purescript-either": "^v5.0.0",
2022-03-16 14:57:27 +00:00
"purescript-freet": "^v6.0.0",
2022-03-15 18:16:38 +00:00
"purescript-identity": "^v5.0.0",
"purescript-lists": "^v6.0.1",
"purescript-maybe": "^v5.0.0",
2022-03-16 14:57:27 +00:00
"purescript-monad-control": "^v5.0.0",
2022-03-15 18:16:38 +00:00
"purescript-prelude": "^v5.0.1",
"purescript-st": "^v5.0.1",
2022-03-16 14:57:27 +00:00
"purescript-transformers": "^v5.2.0",
"purescript-tuples": "^v6.0.1"
2022-03-15 18:16:38 +00:00
}
}