From c9a04f9921118c52e9b2cd18e3284a3f0f28dda5 Mon Sep 17 00:00:00 2001 From: sigma-andex <77549848+sigma-andex@users.noreply.github.com> Date: Sat, 20 Aug 2022 19:51:19 +0100 Subject: [PATCH] Update bower.json --- bower.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..5476125 --- /dev/null +++ b/bower.json @@ -0,0 +1,33 @@ +{ + "name": "purescript-fetch", + "license": [ + "MIT" + ], + "repository": { + "type": "git", + "url": "https://github.com/rowtype-yoga/purescript-fetch.git" + }, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "output" + ], + "dependencies": { + "purescript-aff": "^v7.0.0", + "purescript-aff-promise": "^v4.0.0", + "purescript-arraybuffer-types": "^v3.0.2", + "purescript-effect": "^v4.0.0", + "purescript-fetch-core": "https://github.com/rowtype-yoga/purescript-fetch-core.git#v4.0.4", + "purescript-foreign": "^v7.0.0", + "purescript-http-methods": "^v6.0.0", + "purescript-newtype": "^v5.0.0", + "purescript-prelude": "^v6.0.0", + "purescript-record": "^v4.0.0", + "purescript-typelevel-prelude": "^v7.0.0", + "purescript-unsafe-coerce": "^v6.0.0", + "purescript-web-file": "^v4.0.0", + "purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#v3.0.0", + "purescript-web-streams": "https://github.com/purescript-web/purescript-web-streams.git#v3.0.0" + } +}