-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 807 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 807 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
{
"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-parseint": "^1.1.0",
"purescript-uint": "^5.1.0",
"purescript-sized-vectors": "^3.1.0"
},
"devDependencies": {
"purescript-debug": "^4.0.0",
"purescript-quickcheck": "^5.0.0",
"purescript-partial": "^2.0.0",
"purescript-quickcheck-combinators": "^0.1.0"
}
}