-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 1.02 KB
/
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
37
38
39
40
41
{
"name": "purescript-probability",
"homepage": "https://github.com/colehaus/purescript-probability",
"description": "Provides monadic interface for computation with discrete random variables.",
"keywords": [
"purescript",
"monad",
"probability"
],
"authors": [
"Cole Haus <[email protected]>",
"Martin Erwig <[email protected]>",
"Steve Kollmansberger"
],
"repository": {
"type": "git",
"url": "https://github.com/colehaus/purescript-probability.git"
},
"license": "BSD-3-Clause",
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"tests",
"test",
"tmp",
"bower.json",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"purescript-bigints": "^4.0.0",
"purescript-foldable-traversable": "^4.1.0",
"purescript-indexed-nonempty": "^1.0.0",
"purescript-lists": "^5.3.0",
"purescript-ordered-collections": ">=1.5.0",
"purescript-prelude": "^4.1.0",
"purescript-rationals": "^5.0.0"
}
}