forked from rowtype-yoga/purescript-arraybuffer-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 695 Bytes
/
Copy pathbower.json
File metadata and controls
26 lines (26 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
{
"name": "purescript-arraybuffer-builder",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/jamesdbrock/purescript-arraybuffer-builder"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-arraybuffer": "^v11.0.1",
"purescript-arraybuffer-types": "^v3.0.0",
"purescript-effect": "^v3.0.0",
"purescript-float32": "^v1.0.0",
"purescript-maybe": "^v5.0.0",
"purescript-prelude": "^v5.0.1",
"purescript-transformers": "^v5.1.0",
"purescript-uint": "^v6.0.3"
}
}