forked from CarstenKoenig/purescript-servant-support
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 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
{
"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": "^3.0.0",
"purescript-prelude": "^3.1.0",
"purescript-either": "^3.1.0",
"purescript-argonaut-core": "^3.1.0",
"purescript-globals": "^3.0.0",
"purescript-foldable-traversable": "^3.6.1",
"purescript-nullable": "^3.0.0",
"purescript-dom": "^4.9.0",
"purescript-affjax": "^5.0.0",
"purescript-argonaut-generic-codecs": "^6.0.4"
},
"devDependencies": {
"purescript-psci-support": "^3.0.0"
}
}