-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
39 lines (39 loc) · 1.08 KB
/
bower.json
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
{
"name": "purescript-http-types",
"description": "Data types for dealing with HTTP.",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git://github.com/chrisdotcode/purescript-http-types.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"devDependencies": {
"purescript-psci-support": "^3.0.0",
"purescript-console": "^3.0.0"
},
"dependencies": {
"purescript-prelude": "^3.1.0",
"purescript-maps": "^3.5.2",
"purescript-maybe": "^3.0.0",
"purescript-strings": "^3.3.1",
"purescript-lists": "^4.9.0",
"purescript-foreign": "^4.0.1",
"purescript-datetime": "^3.3.0",
"purescript-uri": "^4.0.0",
"purescript-pathy": "^4.0.0",
"purescript-transformers": "^3.4.0",
"purescript-string-parsers": "^3.0.1",
"purescript-js-date": "^5.1.0",
"purescript-control": "^3.3.0",
"purescript-monoid": "^3.1.0",
"purescript-tuples": "^4.1.0",
"purescript-exceptions": "^3.1.0",
"purescript-either": "^3.1.0",
"purescript-foreign-generic": "^5.0.0"
}
}