forked from ccap/purescript-ccap-codegen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 1 KB
/
bower.json
File metadata and controls
35 lines (35 loc) · 1 KB
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
{
"name": "purescript-ccap-codegen",
"license": "BSD-3-Clause",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"repository": {
"type": "git",
"url": "git://github.com/ccap/purescript-ccap-codegen.git"
},
"dependencies": {
"purescript-argonaut-codecs": "^6.0.0",
"purescript-boxes": "^2.0.0",
"purescript-debug": "^4.0.0",
"purescript-filterable": "^3.0.1",
"purescript-generics-rep": "^6.1.1",
"purescript-heterogenous": "^0.4.0",
"purescript-node-fs": "^5.0.0",
"purescript-node-process": "^7.0.0",
"purescript-parsing": "^5.0.2",
"purescript-postgresql-client": "pbrant/purescript-postgresql-client#update-dependencies",
"purescript-prelude": "^4.0.0",
"purescript-record": "^2.0.0",
"purescript-strings": "^4.0.1",
"purescript-transformers": "^4.2.0",
"purescript-typelevel-prelude": "^5.0.0",
"purescript-yargs": "^4.0.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0"
}
}