-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
35 lines (35 loc) · 884 Bytes
/
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
35
{
"name": "purescript-list-zipper",
"homepage": "https://github.com/DavidHarrison/purescript-list-zipper",
"license": "MIT",
"description": "List zipper in PureScript.",
"keywords": [
"purescript"
],
"repository": {
"type": "git",
"url": "git://github.com/DavidHarrison/purescript-list-zipper.git"
},
"ignore": [
"**/.*",
"bower_components",
"output",
"test",
"bower.json"
],
"dependencies": {
"purescript-prelude": "^1.0.1",
"purescript-control": "^1.0.0",
"purescript-lists": "^1.0.1",
"purescript-foldable-traversable": "^1.0.0",
"purescript-maybe": "^1.0.0",
"purescript-tuples": "^1.0.0",
"purescript-unfoldable": "^1.0.0"
},
"devDependencies": {
"purescript-console": "^1.0.0",
"purescript-quickcheck": "^1.0.0",
"purescript-quickcheck-laws": "^1.0.0"
},
"version": "0.1.0"
}