-
Notifications
You must be signed in to change notification settings - Fork 10
/
bower.json
34 lines (34 loc) · 1.02 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
{
"name": "purescript-unordered-collections",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/fehrenbach/purescript-unordered-collections.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-arrays": "^7.0.0",
"purescript-enums": "^6.0.0",
"purescript-functions": "^6.0.0",
"purescript-integers": "^6.0.0",
"purescript-lists": "^7.0.0",
"purescript-prelude": "^6.0.0",
"purescript-record": "^4.0.0",
"purescript-tuples": "^7.0.0",
"purescript-typelevel-prelude": "^7.0.0",
"purescript-unfoldable": "^6.0.0"
},
"devDependencies": {
"purescript-foreign-object": "^4.0.0",
"purescript-minibench": "^4.0.0",
"purescript-ordered-collections": "^3.0.0",
"purescript-psci-support": "^6.0.0",
"purescript-quickcheck": "^8.0.0",
"purescript-st": "^6.0.0"
}
}