-
Notifications
You must be signed in to change notification settings - Fork 8
/
bower.json
31 lines (31 loc) · 829 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
{
"name": "purescript-debugged",
"license": "MIT",
"author": "Harry Garrood",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-prelude": "^4.1.0",
"purescript-console": "^4.2.0",
"purescript-strings": "^4.0.1",
"purescript-ordered-collections": "^1.4.0",
"purescript-either": "^4.1.1",
"purescript-tuples": "^5.1.0",
"purescript-lists": "^5.3.0",
"purescript-arrays": "^5.1.1",
"purescript-bifunctors": "^4.0.0",
"purescript-record": ">=1.0.0 <3.0.0",
"purescript-effect": "^2.0.0",
"purescript-generics-rep": "^6.1.0",
"purescript-datetime": "^4.1.0",
"purescript-enums": "^4.0.1"
},
"devDependencies": {
"purescript-exceptions": "^4.0.0",
"purescript-psci-support": "^4.0.0"
}
}