Add bower.json

This commit is contained in:
Jamie Bertram 2022-03-15 12:16:38 -06:00
parent 0ed4d0f960
commit aad4fe2651

27
bower.json Normal file
View File

@ -0,0 +1,27 @@
{
"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",
"purescript-identity": "^v5.0.0",
"purescript-lists": "^v6.0.1",
"purescript-maybe": "^v5.0.0",
"purescript-prelude": "^v5.0.1",
"purescript-st": "^v5.0.1",
"purescript-transformers": "^v5.2.0"
}
}