-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
43 lines (43 loc) · 995 Bytes
/
composer.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
{
"name": "gbeutner/net-bank",
"description": "Bank",
"type": "project",
"license": "GPL-2.0+",
"authors": [
{
"name": "Gunnar Beutner",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Phil Hutchinson",
"email": "[email protected]",
"role": "Developer"
}
],
"repositories": [
{
"type": "package",
"package": {
"name": "atlassian/aui",
"version": "5.8.13",
"dist": {
"url": "https://bitbucket.org/atlassian/aui-adg-dist/get/5.8.13.zip",
"type": "zip"
}
}
}
],
"minimum-stability": "dev",
"require": {
"components/font-awesome": "~4.3.0",
"components/jquery": "~1.11",
"twitter/typeahead.js": "~0.11",
"components/handlebars.js": "~3.0",
"atlassian/aui": "5.8.13",
"dompdf/dompdf": "0.7.*",
"enygma/yubikey": "~3.2",
"globalcitizen/php-iban": "2.5.4",
"kore/ctx-parser": "*"
}
}