-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathbower.json
More file actions
46 lines (46 loc) · 1.29 KB
/
bower.json
File metadata and controls
46 lines (46 loc) · 1.29 KB
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
{
"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-prelude": "^3.0.0",
"purescript-maps": "^3.0.0",
"purescript-eff": "^3.1.0",
"purescript-generics": "^4.0.0",
"purescript-strings": "^3.0.0",
"purescript-foldable-traversable": "^3.0.0",
"purescript-control": "^3.0.0",
"purescript-transformers": "^3.2.0",
"purescript-node-http": "^4.0.0",
"purescript-media-types": "^3.0.0",
"purescript-node-fs-aff": "^5.0.0",
"purescript-generics-rep": "^5.0.0",
"purescript-proxy": "^2.0.0",
"purescript-argonaut": "^3.0.0",
"purescript-arrays": "^4.0.1",
"purescript-argonaut-codecs": "^3.0.0",
"purescript-http-methods": "^3.0.0",
"purescript-indexed-monad": "^0.3.0",
"purescript-smolder": "^7.0.0",
"purescript-aff": "^4.0.0",
"purescript-random": "^3.0.0",
"purescript-refs": "^3.0.0",
"purescript-simple-json": "^1.1.0",
"purescript-crypto": "^0.2.0"
},
"devDependencies": {
"purescript-psci-support": "^3.0.0",
"purescript-spec": "^2.0.0",
"purescript-spec-discovery": "^2.0.0"
}
}