-
Notifications
You must be signed in to change notification settings - Fork 30
/
bower.json
45 lines (45 loc) · 1.17 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
45
{
"name": "purescript-argonaut-core",
"homepage": "https://github.com/purescript-contrib/purescript-argonaut-core",
"description": "Core of the purescript-argonaut library, providing basic types, folds, and combinators for `Json`",
"license": "MIT",
"authors": [
"Maxim Zimaliev <[email protected]>",
"Hardy Jones <>",
"John A. De Goes <[email protected]>"
],
"keywords": [
"purescript",
"argonaut",
"json"
],
"repository": {
"type": "git",
"url": "https://github.com/purescript-contrib/purescript-argonaut-core.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-arrays": "^7.0.0",
"purescript-control": "^6.0.0",
"purescript-either": "^6.0.0",
"purescript-foreign-object": "^4.0.0",
"purescript-functions": "^6.0.0",
"purescript-gen": "^4.0.0",
"purescript-maybe": "^6.0.0",
"purescript-nonempty": "^7.0.0",
"purescript-prelude": "^6.0.0",
"purescript-strings": "^6.0.0",
"purescript-tailrec": "^6.0.0"
},
"devDependencies": {
"purescript-quickcheck": "^8.0.1"
}
}