-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
47 lines (47 loc) · 1006 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
40
41
42
43
44
45
46
47
{
"name": "purescript-any-db",
"version": "0.1.0",
"moduleType": [
"node"
],
"authors": [
{
"name": "Erik Post",
"email": "[email protected]",
"homepage": "http://www.shinsetsu.nl"
},
{
"name": "Antti Holvikari"
}
],
"license": "MIT",
"keywords": [
"purescript",
"database",
"sql",
"postgres"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^3.1.0",
"purescript-arrays": "^4.1.0",
"purescript-control": "^3.3.0",
"purescript-datetime": "^3.2.0",
"purescript-either": "^3.0.0",
"purescript-foldable-traversable": "^3.3.0",
"purescript-foreign": "^4.0.1",
"purescript-integers": "^3.0.0",
"purescript-node-buffer": "^3.0.0",
"purescript-transformers": "^3.4.0",
"purescript-foreign-generic": "^4.1.0"
},
"devDependencies": {
"purescript-console": "^3.0.0",
"purescript-spec": "^1.0.0"
}
}