forked from argonaut-io/argonaut-hs
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 801 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 801 Bytes
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
{
"name": "purescript-argonaut",
"description": "PureScript's implementation of Argonaut",
"authors": [
"Hardy Jones <>",
"John A. De Goes <john@degoes.net>"
],
"repository": {
"type": "git",
"url": "https://github.com/purescript-contrib/purescript-argonaut.git"
},
"license": "MIT",
"dependencies": {
"purescript-argonaut-codecs": "^9.0.0",
"purescript-argonaut-core": "^7.0.0",
"purescript-argonaut-traversals": "^10.0.0"
},
"devDependencies": {
"purescript-console": "^6.0.0",
"purescript-effect": "^4.0.0",
"purescript-either": "^6.0.0",
"purescript-foldable-traversable": "^6.0.0",
"purescript-maybe": "^6.0.0",
"purescript-prelude": "^6.0.0",
"purescript-quickcheck": "^8.0.1",
"purescript-strings": "^6.0.0"
}
}