-
Notifications
You must be signed in to change notification settings - Fork 22
/
bower.json
45 lines (45 loc) · 1.18 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "purescript-sequences",
"homepage": "https://github.com/hdgarrood/purescript-sequences",
"description": "An efficient, general purpose sequence type.",
"keywords": [
"purescript"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hdgarrood/purescript-sequences.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"tests",
"tmp",
"bower.json",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"purescript-arrays": "^v6.0.0",
"purescript-assert": "^v5.0.0",
"purescript-console": "^v5.0.0",
"purescript-effect": "^v3.0.0",
"purescript-lazy": "^v5.0.0",
"purescript-maybe": "^v5.0.0",
"purescript-newtype": "^v4.0.0",
"purescript-nonempty": "^v6.0.0",
"purescript-partial": "^v3.0.0",
"purescript-prelude": "^v5.0.0",
"purescript-profunctor": "^v5.0.0",
"purescript-psci-support": "^v5.0.0",
"purescript-tuples": "^v6.0.0",
"purescript-unfoldable": "^v5.0.0",
"purescript-unsafe-coerce": "^v5.0.0"
},
"devDependencies": {
"purescript-quickcheck": "^7.0.0",
"purescript-quickcheck-laws": "^6.0.0"
}
}