This repository was archived by the owner on Jul 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 1.29 KB
/
bower.json
File metadata and controls
44 lines (44 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "purescript-requests",
"description": "Make cross-platform requests from node or the browser in pure PureScript.",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git://github.com/chrisdotcode/purescript-requests.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-prelude": "^3.0.0",
"purescript-foreign": "^4.0.0",
"purescript-either": "^3.0.0",
"purescript-lists": "^4.6.0",
"purescript-foldable-traversable": "^3.3.0",
"purescript-monoid": "^3.0.0",
"purescript-aff": "^3.1.0",
"purescript-maps": "^3.1.0",
"purescript-maybe": "^3.0.0",
"purescript-datetime": "^3.1.0",
"purescript-uri": "^3.0.1",
"purescript-http-types": "^0.6.1",
"purescript-arrays": "^4.1.0",
"purescript-tuples": "^4.1.0",
"purescript-strings": "^3.1.0",
"purescript-control": "^3.3.0",
"purescript-string-parsers": "^3.0.1",
"purescript-pathy": "^4.0.0",
"purescript-generics": "^4.0.0",
"purescript-transformers": "^3.4.0",
"purescript-exceptions": "^3.0.0",
"purescript-js-date": "^5.0.0"
},
"devDependencies": {
"purescript-console": "^3.0.0",
"purescript-psci-support": "^3.0.0",
"purescript-debug": "^3.0.0"
}
}