-
Notifications
You must be signed in to change notification settings - Fork 23
/
bower.json
36 lines (36 loc) · 952 Bytes
/
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
{
"name": "purescript-argonaut-generic-codecs",
"homepage": "https://github.com/eskimor/purescript-argonaut-generic-codecs",
"authors": [
"Maxim Zimaliev <[email protected]>",
"Hardy Jones <>",
"John A. De Goes <[email protected]>",
"Robert Klotzner <robert.klotzner AT gmx.at>"
],
"description": "Generic codecs for purescript argonaut",
"keywords": [
"purescript",
"json",
"argonaut",
"encode",
"decode",
"codec",
"combinators"
],
"repository": {
"type": "git",
"url": "git://github.com/eskimor/purescript-argonaut-generic-codecs.git"
},
"license": "MIT",
"dependencies": {
"purescript-argonaut-core": "^3.1.0",
"purescript-arrays": "^4.0.0",
"purescript-generics": "^4.0.0",
"purescript-integers": "^3.0.0",
"purescript-partial": "^1.2.0"
},
"devDependencies": {
"purescript-strongcheck-generics": "^1.0.0",
"purescript-assert": "^3.0.0"
}
}