-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
61 lines (61 loc) · 1.63 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "purescript-ifrit",
"version": "0.1.3",
"authors": [
"KtorZ <[email protected]>"
],
"description": "A NoSQL-like request transpiler for data aggregation",
"main": "",
"license": "MPL-2.0",
"homepage": "https://ktorz.github.io/ifrit",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"dist",
"examples",
"releases",
"package.json",
"src/Main.purs"
],
"repository": {
"type": "git",
"url": "git://github.com/KtorZ/purescript-ifrit.git"
},
"dependencies": {
"purescript-argonaut-codecs": "2.0.0",
"purescript-argonaut-core": "2.0.1",
"purescript-control": "2.0.0",
"purescript-either": "2.1.0",
"purescript-foldable-traversable": "2.2.0",
"purescript-lists": "3.4.0",
"purescript-maps": "2.1.2",
"purescript-maybe": "2.0.1",
"purescript-prelude": "2.3.0",
"purescript-tuples": "3.1.0",
"purescript-filterable": "^1.1.0",
"purescript-string-parsers": "^2.1.0",
"purescript-decimals": "^1.2.0"
},
"devDependencies": {
"purescript-aff": "2.0.3",
"purescript-node-fs": "3.0.0",
"purescript-node-path": "1.0.0",
"purescript-node-process": "3.0.0",
"purescript-pairs": "4.0.0",
"purescript-psci-support": "2.0.0",
"purescript-test-unit": "10.1.0"
},
"resolutions": {
"purescript-bifunctors": "2.0.0",
"purescript-control": "2.0.0",
"purescript-foldable-traversable": "2.2.0",
"purescript-invariant": "2.0.0",
"purescript-maybe": "2.0.1",
"purescript-monoid": "2.0.0",
"purescript-prelude": "2.3.0",
"purescript-tuples": "3.1.0"
}
}