-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathbower.json
43 lines (43 loc) · 1.18 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
{
"name": "purescript-argonaut-codecs",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/purescript-contrib/purescript-argonaut-codecs.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-argonaut-core": "^7.0.0",
"purescript-arrays": "^7.0.0",
"purescript-bifunctors": "^6.0.0",
"purescript-effect": "^4.0.0",
"purescript-either": "^6.0.0",
"purescript-foldable-traversable": "^6.0.0",
"purescript-foreign-object": "^4.0.0",
"purescript-identity": "^6.0.0",
"purescript-integers": "^6.0.0",
"purescript-lists": "^7.0.0",
"purescript-maybe": "^6.0.0",
"purescript-nonempty": "^7.0.0",
"purescript-ordered-collections": "^3.0.0",
"purescript-prelude": "^6.0.0",
"purescript-record": "^4.0.0",
"purescript-strings": "^6.0.0",
"purescript-tuples": "^7.0.0"
},
"devDependencies": {
"purescript-assert": "^6.0.0",
"purescript-console": "^6.0.0",
"purescript-exceptions": "^6.0.0",
"purescript-gen": "^4.0.0",
"purescript-quickcheck": "^8.0.1",
"purescript-transformers": "^6.0.0"
}
}