-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 806 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 806 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
{
"name": "purescript-arraybuffer",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/purescript-contrib/purescript-arraybuffer"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-arraybuffer-types": "^3.0.2",
"purescript-arrays": "^7.0.0",
"purescript-effect": "^4.0.0",
"purescript-float32": "^2.0.0",
"purescript-functions": "^6.0.0",
"purescript-gen": "^4.0.0",
"purescript-maybe": "^6.0.0",
"purescript-nullable": "^6.0.0",
"purescript-prelude": "^6.0.0",
"purescript-tailrec": "^6.0.0",
"purescript-uint": "^7.0.0",
"purescript-unfoldable": "^6.0.0"
},
"devDependencies": {
"purescript-quickcheck-laws": "^7.0.0"
}
}