-
Notifications
You must be signed in to change notification settings - Fork 16
/
bower.json
41 lines (41 loc) · 1.21 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-benchotron",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"repository": {
"type": "git",
"url": "git://github.com/hdgarrood/purescript-benchotron.git"
},
"dependencies": {
"purescript-arrays": "^v6.0.1",
"purescript-console": "^v5.0.0",
"purescript-datetime": "^v5.0.2",
"purescript-effect": "^v3.0.0",
"purescript-exceptions": "^v5.0.0",
"purescript-exists": "^v5.1.0",
"purescript-foldable-traversable": "^v5.0.1",
"purescript-identity": "^v5.0.0",
"purescript-integers": "^v5.0.0",
"purescript-js-date": "^v7.0.0",
"purescript-lcg": "^v3.0.0",
"purescript-maybe": "^v5.0.0",
"purescript-node-buffer": "^v7.0.1",
"purescript-node-fs": "^v6.1.0",
"purescript-node-readline": "^v5.0.0",
"purescript-now": "^v5.0.0",
"purescript-partial": "^v3.0.0",
"purescript-prelude": "^v5.0.1",
"purescript-profunctor": "^v5.0.0",
"purescript-psci-support": "^v5.0.0",
"purescript-quickcheck": "^v7.1.0",
"purescript-strings": "^v5.0.0",
"purescript-transformers": "^v5.2.0",
"purescript-tuples": "^v6.0.1",
"purescript-unfoldable": "^v5.0.0"
}
}