forked from eskimor/purescript-servant-support
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 1.12 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
{
"name": "purescript-servant-support",
"homepage": "https://github.com/eskimor/purescript-servant-support",
"authors": [
"Robert Klotzner <robert.klotzner AT gmx.at>"
],
"description": "Support library needed for servant-purescript generated code.",
"keywords": [
"purescript",
"servant"
],
"repository": {
"type": "git",
"url": "git://github.com/eskimor/purescript-servant-support.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-console": "^4.1.0",
"purescript-prelude": "^4.0.1",
"purescript-either": "^4.0.0",
"purescript-foldable-traversable": "^4.0.0",
"purescript-generics-rep": "^6.0.0",
"purescript-effect": "^2.0.0",
"purescript-aff": "^5.0.0",
"purescript-exceptions": "^4.0.0",
"purescript-web-xhr": "^2.0.0",
"purescript-argonaut-generic": "https://github.com/CarstenKoenig/purescript-argonaut-generic.git#6402a87c8a35b4028429d270ca23af4eefd7e192",
"purescript-affjax": "^6.0.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0"
}
}