-
Notifications
You must be signed in to change notification settings - Fork 15
/
bower.json
44 lines (44 loc) · 1.43 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
40
41
42
43
44
{
"name": "purescript-option",
"description": "Safe option handling",
"authors": [
"Hardy Jones <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"repository": {
"type": "git",
"url": "https://github.com/joneshf/purescript-option.git"
},
"dependencies": {
"purescript-argonaut-codecs": ">= 8.0.0 < 9.0.0",
"purescript-argonaut-core": ">= 6.0.0 < 7.0.0",
"purescript-codec": ">= 4.0.0 < 5.0.0",
"purescript-codec-argonaut": ">= 8.0.0 < 9.0.0",
"purescript-either": ">= 5.0.0 < 6.0.0",
"purescript-foreign": ">= 6.0.0 < 7.0.0",
"purescript-foreign-object": ">= 3.0.0 < 4.0.0",
"purescript-lists": ">= 6.0.0 < 7.0.0",
"purescript-maybe": ">= 5.0.0 < 6.0.0",
"purescript-profunctor": ">= 5.0.0 < 6.0.0",
"purescript-prelude": ">= 5.0.0 < 6.0.0",
"purescript-record": ">= 3.0.0 < 4.0.0",
"purescript-simple-json": ">= 8.0.0 < 9.0.0",
"purescript-transformers": ">= 5.0.0 < 6.0.0",
"purescript-tuples": ">= 6.0.0 < 7.0.0",
"purescript-type-equality": ">= 4.0.0 < 5.0.0",
"purescript-unsafe-coerce": ">= 5.0.0 < 6.0.0"
},
"devDependencies": {
"purescript-aff": ">= 6.0.0 < 7.0.0",
"purescript-datetime": ">= 5.0.0 < 6.0.0",
"purescript-foldable-traversable": ">= 5.0.0 < 6.0.0",
"purescript-psci-support": ">= 5.0.0 < 6.0.0",
"purescript-spec": ">= 5.0.0 < 6.0.0"
}
}