-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 850 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 850 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
{
"name": "purescript-arraybuffer",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/jacereda/purescript-arraybuffer.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-functions": "^4.0.0",
"purescript-arraybuffer-types": "^2.0.0",
"purescript-maybe": "^4.0.0",
"purescript-effect": "^2.0.0",
"purescript-nullable": "^4.1.0",
"purescript-typelevel": "^4.0.0",
"purescript-uint": "^5.1.0",
"purescript-sized-vectors": "^3.1.0",
"purescript-partial": "^2.0.0",
"purescript-float32": "~0.1.1"
},
"devDependencies": {
"purescript-debug": "^4.0.0",
"purescript-quickcheck": "^5.0.0",
"purescript-quickcheck-combinators": "~0.1.0",
"purescript-quickcheck-laws": "^4.0.0"
}
}