-
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) · 844 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 844 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-prelude": "^5.0.0",
"purescript-functions": "^5.0.0",
"purescript-arraybuffer-types": "^2.0.0",
"purescript-maybe": "^5.0.0",
"purescript-effect": "^3.0.0",
"purescript-nullable": "^5.0.0",
"purescript-typelevel": "^6.0.0",
"purescript-uint": "^5.1.4",
"purescript-partial": "^3.0.0",
"purescript-float32": "~0.2.0"
},
"devDependencies": {
"purescript-debug": "^5.0.0",
"purescript-quickcheck": "^7.0.0",
"purescript-quickcheck-combinators": "~0.1.3",
"purescript-quickcheck-laws": "^6.0.0"
}
}