forked from purescript/purescript-quickcheck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (31 loc) · 743 Bytes
/
bower.json
File metadata and controls
32 lines (31 loc) · 743 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-quickcheck",
"license": "MIT",
"authors": [
"John A. De Goes <john@degoes.net> (http://degoes.net)",
"Phil Freeman <freeman.phil@gmail.com>"
],
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"tests",
"tmp",
"bower.json",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"purescript-random": "~0.1.1",
"purescript-exceptions": "~0.2.2",
"purescript-arrays": "~0.3.0",
"purescript-strings": "~0.4.2",
"purescript-math": "~0.1.0",
"purescript-tuples": "~0.3.0",
"purescript-either": "~0.1.4",
"purescript-maybe": "~0.2.1",
"purescript-foldable-traversable": "~0.3.0",
"purescript-extensions": ""
}
}