-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 1020 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 1020 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
36
{
"name": "bookie",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^3.0.0",
"purescript-arrays": "^4.0.1",
"purescript-control": "^3.0.0",
"purescript-data-default": "^0.1.0",
"purescript-datetime": "^3.0.0",
"purescript-eff": "^3.1.0",
"purescript-either": "^3.0.0",
"purescript-exceptions": "^3.0.0",
"purescript-foldable-traversable": "^3.0.0",
"purescript-foreign": "^4.0.0",
"purescript-js-date": "^4.0.0",
"purescript-lists": "^4.1.0",
"purescript-maybe": "^3.0.0",
"purescript-node-fs-aff": "^4.0.0",
"purescript-node-http": "^4.0.0",
"purescript-parsing": "^4.2.0",
"purescript-strings": "^3.1.0",
"purescript-uri": "^3.0.1",
"purescript-transformers": "^3.2.0",
"purescript-unfoldable": "^3.0.0"
},
"devDependencies": {
"purescript-test-unit": "^11.0.0",
"purescript-quickcheck": "^4.0.0",
"purescript-psci-support": "^3.0.0"
}
}