-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 1021 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
37
38
39
{
"name": "purescript-intertwine",
"description": "Reversible printing/parsing",
"authors": [
"Fyodor Soikin <[email protected]>",
"CollegeVine"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/collegevine/purescript-intertwine.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-foreign": "^5.0.0",
"purescript-foreign-object": "^2.0.2",
"purescript-generics-rep": "^6.1.1",
"purescript-maybe": "^4.0.1",
"purescript-prelude": "^4.1.1",
"purescript-profunctor-lenses": "^6.2.0",
"purescript-strings": "^4.0.1",
"purescript-unicode": "^4.0.1"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0",
"purescript-spec": "^3.1.0",
"purescript-spec-quickcheck": "^3.1.0",
"purescript-quickcheck": "^5.0.0"
},
"resolutions": {
"purescript-typelevel-prelude": ">= 4.0.0 < 6.0.0",
"purescript-record": "^2.0.0"
}
}