-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 996 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
36
{
"name": "purescript-uk-modulo",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"license": "MIT",
"authors": [
"Mark Petruska"
],
"repository": {
"type": "git",
"url": "git://github.com/mpetruska/uk-modulo-purescript.git"
},
"description": "A PureScript implementation of the VocaLink UK Bank account number modulus checking version 6.1.",
"homepage": "https://github.com/mpetruska/uk-modulo-purescript",
"dependencies": {
"purescript-prelude": "^4.1.0",
"purescript-either": "^4.1.1",
"purescript-maybe": "^4.0.1",
"purescript-parsing": "^5.0.2",
"purescript-integers": "^4.0.0",
"purescript-bifunctors": "^4.0.0",
"purescript-lists": "^5.3.0",
"purescript-math": "^2.1.1",
"purescript-lazy": "^4.0.0",
"purescript-tuples": "^5.1.0"
},
"devDependencies": {
"purescript-console": "^4.2.0",
"purescript-psci-support": "^4.0.0",
"purescript-test-unit": "^14.0.0"
}
}