-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathbower.json
47 lines (47 loc) · 1.3 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
{
"name": "purescript-hyper",
"license": "MPL-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"docs",
"output"
],
"repository": {
"type": "git",
"url": "git://github.com/owickstrom/hyper.git"
},
"dependencies": {
"purescript-aff": "^5.1.2",
"purescript-avar": "^3.0.0",
"purescript-argonaut": "^7.0.0",
"purescript-arrays": "^5.3.1",
"purescript-control": "^4.2.0",
"purescript-effect": "^2.0.1",
"purescript-foldable-traversable": "^4.1.1",
"purescript-generics-rep": "^6.1.1",
"purescript-http-methods": "^4.0.2",
"purescript-indexed-monad": "^1.2.0",
"purescript-media-types": "^4.0.1",
"purescript-node-buffer": "^6.0.0",
"purescript-node-fs-aff": "^6.0.0",
"purescript-node-http": "^5.0.2",
"purescript-ordered-collections": "^1.6.1",
"purescript-proxy": "^3.0.0",
"purescript-random": "^4.0.0",
"purescript-smolder": "^12.3.0",
"purescript-strings": "^4.0.2",
"purescript-transformers": "^4.2.0",
"purescript-record-extra": "^3.0.1",
"purescript-typelevel-prelude": "^5.0.2"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0",
"purescript-spec": "^4.0.1",
"purescript-spec-discovery": "^4.0.0"
},
"resolutions": {
"purescript-spec": "^4.0.1"
}
}