-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 785 Bytes
/
Copy pathbower.json
File metadata and controls
31 lines (31 loc) · 785 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-binary",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Unisay/purescript-binary.git"
},
"dependencies": {
"purescript-nonempty": "^4.0.0",
"purescript-partial": "^1.2.1",
"purescript-arrays": "^4.2.1",
"purescript-tuples": "^4.1.0",
"purescript-integers": "^3.1.0",
"purescript-maybe": "^3.0.0",
"purescript-conditional": "^2.0.0",
"purescript-foldable-traversable": "^3.6.1",
"purescript-prelude": "^3.1.0",
"purescript-typelevel": "^3.0.0",
"purescript-maps": "^3.5.2"
},
"devDependencies": {
"purescript-psci-support": "^3.0.0",
"purescript-test-unit": "^13.0.0"
}
}