-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 724 Bytes
/
bower.json
File metadata and controls
26 lines (26 loc) · 724 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
{
"name": "purescript-polymorphic-vectors",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/artemisSystem/purescript-polymorphic-vectors.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-distributive": "^v6.0.0",
"purescript-foldable-traversable": "^v6.0.0",
"purescript-numbers": "^v9.0.0",
"purescript-prelude": "^v6.0.0",
"purescript-record": "^v4.0.0",
"purescript-safe-coerce": "^v2.0.0",
"purescript-type-equality": "^v4.0.1",
"purescript-typelevel-prelude": "^v7.0.0"
}
}