-
Notifications
You must be signed in to change notification settings - Fork 15
/
bower.json
42 lines (42 loc) · 1.28 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
42
{
"name": "wring",
"version": "1.0.0",
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output",
"flycheck_output"
],
"dependencies": {
"purescript-console": "^0.1.0",
"purescript-yargs": "^0.7.2",
"purescript-phantomjs": "https://github.com/osener/purescript-phantomjs.git#cd5f8ad074d32f6e59536bc5ac9713df6e13785e",
"purescript-ansi": "^0.1.3",
"purescript-affjax": "https://github.com/osener/purescript-affjax.git#d1d8109b81a8e0d2ef4dbaf3486c144634aba21a",
"purescript-spec": "^0.7.2",
"purescript-spec-quickcheck": "^0.3.0",
"purescript-node-fs": "^0.10.0",
"purescript-nullable": "^0.2.1",
"purescript-node-url": "^0.1.1",
"purescript-node-child-process": "^0.5.1",
"purescript-node-path": "^0.4.1",
"purescript-node-process": "^0.4.1",
"purescript-globals": "^0.2.2",
"purescript-argonaut": "^0.12.0",
"purescript-foldable-traversable": "^0.4.2",
"purescript-node-streams": "^0.3.0",
"purescript-refs": "^0.2.0",
"purescript-node-fs-aff": "^0.3.0"
},
"resolutions": {
"purescript-aff": "^0.13.0",
"purescript-maps": "^0.5.0",
"purescript-spec": "^0.7.2",
"purescript-strings": "^0.7.0",
"purescript-transformers": "^0.8.1"
}
}