forked from bodil/purescript-eulalie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 812 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 812 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
29
30
31
32
{
"name": "purescript-eulalie",
"version": "4.0.0",
"description": "Fast string parser combinators",
"author": "Bodil Stokke",
"license": "LGPL-3.0+",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"repository": {
"type": "git",
"url": "git://github.com/bodil/purescript-eulalie.git"
},
"dependencies": {
"purescript-strings": "~2.1.0",
"purescript-maybe": "~2.0.1",
"purescript-sets": "~2.0.0",
"purescript-control": "~2.0.0",
"purescript-tuples": "~3.1.0",
"purescript-monoid": "~2.2.0",
"purescript-foldable-traversable": "~2.0.0",
"purescript-integers": "~2.1.0",
"purescript-globals": "~2.0.0"
},
"devDependencies": {
"purescript-test-unit": "~10.0.1",
"purescript-quickcheck": "~3.1.1"
}
}