forked from purescript-spec/purescript-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 740 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 740 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
{
"name": "purescript-spec",
"license": "MIT",
"ignore": [
"**/.*",
"bower_components",
"test",
"externs",
"tmp",
"output",
"tools"
],
"repository": {
"type": "git",
"url": "https://github.com/purescript-spec/purescript-spec.git"
},
"dependencies": {
"purescript-avar": "^4.0.0",
"purescript-console": "^5.0.0",
"purescript-aff": "^6.0.0",
"purescript-exceptions": "^5.0.0",
"purescript-strings": "^5.0.0",
"purescript-prelude": "^5.0.0",
"purescript-transformers": "^5.0.0",
"purescript-foldable-traversable": "^5.0.0",
"purescript-pipes": "^7.0.0",
"purescript-ansi": "^6.0.0",
"purescript-fork": "^5.0.0",
"purescript-now": "^5.0.0"
}
}