-
Notifications
You must be signed in to change notification settings - Fork 37
/
bower.json
45 lines (45 loc) · 1.19 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
40
41
42
43
44
45
{
"name": "purescript-presto",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output",
"test",
"tests"
],
"dependencies": {
"purescript-prelude": "^4.0.0",
"purescript-aff": "^5.0.0",
"purescript-avar": "^3.0.0",
"purescript-console": "^4.1.0",
"purescript-control": "^4.0.0",
"purescript-datetime": "^4.0.0",
"purescript-exceptions": "^4.0.0",
"purescript-exists": "^4.0.0",
"purescript-free": "^5.0.0",
"purescript-foreign-generic": "^10.0.0",
"purescript-generics-rep": "^6.0.0",
"purescript-transformers": "^4.1.0",
"purescript-foreign-object": "^2.0.0",
"purescript-record": "^2.0.0",
"purescript-typelevel-prelude": ">= 4.0.0 < 6.0.0",
"purescript-tuples": "^5.0.0",
"purescript-debug": "^4.0.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0",
"purescript-spec": "^3.0.0"
},
"homepage": "https://github.com/juspay/purescript-presto",
"description": "eDSL for writing Apps",
"authors": [
"Juspay Technologies"
],
"repository": {
"type": "git",
"url": "git://github.com/juspay/purescript-presto.git"
},
"version": "v0.4.0",
"license": "AGPL-1.0"
}