forked from paf31/purescript-foreign-generic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (32 loc) · 741 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
{
"name": "purescript-foreign-generic",
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/paf31/purescript-foreign-generic.git"
},
"dependencies": {
"purescript-console": "^3.0.0",
"purescript-eff": "^3.1.0",
"purescript-exceptions": "^3.0.0",
"purescript-foreign": "^4.0.1",
"purescript-generics-rep": "^5.1.0",
"purescript-globals": "^3.0.0",
"purescript-maps": "^3.3.1",
"purescript-nullable": "^3.0.0",
"purescript-proxy": "^2.1.0",
"purescript-symbols": "^3.0.0"
},
"devDependencies": {
"purescript-assert": "^3.0.0"
}
}