-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 734 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 734 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-difference-containers",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-prelude": "^4.1.0",
"purescript-foldable-traversable": "^4.1.1",
"purescript-unfoldable": "^4.0.0",
"purescript-stacksafe-function": "^2.0.0"
},
"devDependencies": {
"purescript-console": "^4.2.0",
"purescript-psci-support": "^4.0.0",
"purescript-benchotron": "^7.0.0",
"purescript-assert": "^4.0.0",
"purescript-arrays": "^5.2.0",
"purescript-quickcheck": ">=5.0.0 <7.0.0"
},
"license": "PDDL-1.0",
"repository": {
"type": "git",
"url": "https://github.com/8084/purescript-difference-containers.git"
}
}