forked from paf31/purescript-foreign-generic
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 695 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 695 Bytes
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
{
"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-effect": "^3.0.0",
"purescript-foreign": "^6.0.0",
"purescript-foreign-object": "^3.0.0",
"purescript-ordered-collections": "^2.0.0",
"purescript-exceptions": "^5.0.0",
"purescript-record": "^3.0.0",
"purescript-identity": "^5.0.0"
},
"devDependencies": {
"purescript-assert": "^5.0.0",
"purescript-psci-support": "^5.0.0"
}
}