forked from purescript-contrib/purescript-arraybuffer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 621 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 621 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
{
"name": "purescript-arraybuffer",
"version": "4.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/jacereda/purescript-arraybuffer.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-functions": "^3.0.0",
"purescript-arraybuffer-types": "^2.0.0",
"purescript-maybe": "^3.0.0",
"purescript-eff": "^3.0.0",
"purescript-uint": "^0.5.0"
},
"devDependencies": {
"purescript-debug": "^3.0.0",
"purescript-quickcheck": "^4.0.0",
"purescript-partial": "^1.2.0"
}
}