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
35 lines (35 loc) · 922 Bytes
/
Copy pathbower.json
File metadata and controls
35 lines (35 loc) · 922 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
33
34
35
{
"name": "purescript-quickcheck",
"homepage": "https://github.com/purescript/purescript-quickcheck",
"license": "MIT",
"authors": [
"John A. De Goes <john@degoes.net> (http://degoes.net)",
"Phil Freeman <freeman.phil@gmail.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/purescript/purescript-quickcheck.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-arrays": "^4.0.0",
"purescript-console": "^3.0.0",
"purescript-either": "^3.0.0",
"purescript-enums": "^3.0.0",
"purescript-exceptions": "^3.0.0",
"purescript-lists": "^4.0.0",
"purescript-nonempty": "^4.0.0",
"purescript-partial": "^1.2.0",
"purescript-random": "^3.0.0",
"purescript-strings": "^3.0.0",
"purescript-transformers": "^3.0.0"
}
}