-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 767 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 767 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
{
"name": "purescript-boxes",
"license": [
"BSD-3-Clause"
],
"repository": {
"type": "git",
"url": "https://github.com/cdepillabout/purescript-boxes"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-arrays": "^v6.0.1",
"purescript-foldable-traversable": "^v5.0.1",
"purescript-maybe": "^v5.0.0",
"purescript-newtype": "^v4.0.0",
"purescript-prelude": "^v5.0.1",
"purescript-profunctor": "^v5.0.0",
"purescript-psci-support": "^v5.0.0",
"purescript-strings": "^v5.0.0",
"purescript-stringutils": "^v0.0.11",
"purescript-tuples": "^v6.0.1"
}
}