-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
41 lines (41 loc) · 924 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
{
"name": "gbeutner/net-shop",
"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.*",
"mbostock/d3": "3.5.*"
}
}