-
Notifications
You must be signed in to change notification settings - Fork 11
/
bower.json
36 lines (36 loc) · 934 Bytes
/
bower.json
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
36
{
"name": "purescript-jack",
"description": "QuickCheck with shrinking for free",
"homepage": "https://github.com/jacobstanley/purescript-jack",
"license": "Apache-2.0",
"authors": [
"Jacob Stanley <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/jacobstanley/purescript-jack.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output",
"test",
"bower.json"
],
"dependencies": {
"purescript-prelude": "^4.1.0",
"purescript-foldable-traversable": "^4.1.1",
"purescript-int-53": "^4.0.0",
"purescript-lists": "^5.4.0",
"purescript-arrays": "^5.2.1",
"purescript-foreign-object": "^2.0.1",
"purescript-console": "^4.2.0",
"purescript-random": "^4.0.0",
"purescript-strings": "^4.0.1"
},
"devDependencies": {
"purescript-generics-rep": "^6.1.1",
"purescript-psci-support": "^4.0.0"
}
}