-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 797 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 797 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
31
32
33
34
{
"name": "purescript-canvas",
"authors": [
"Phil Freeman <paf31@cantab.net>"
],
"description": "Canvas bindings",
"keywords": [
"purescript"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"repository": {
"type": "git",
"url": "https://github.com/purescript-web/purescript-canvas.git"
},
"dependencies": {
"purescript-aff": "^7.0.0",
"purescript-aff-promise": "^4.0.0",
"purescript-arraybuffer-types": "^3.0.2",
"purescript-effect": "^4.0.0",
"purescript-either": "^6.1.0",
"purescript-exceptions": "^6.0.0",
"purescript-functions": "^6.0.0",
"purescript-maybe": "^6.0.0",
"purescript-media-types": "^6.0.0",
"purescript-web-file": "^4.0.0"
}
}