-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.27 KB
/
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": "black-forest/js-onepageloader",
"description": "A JavaScript library to merge individual pages to an OnPage",
"keywords": [
"javascript",
"frontend",
"onepage",
"framework"
],
"type": "library",
"homepage": "https://github.com/black-forest/js-onepageloader",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Sven Baumann",
"email": "baumann.sv@gmail.com",
"homepage": "https://github.com/black-forest/js-onepageloader",
"role": "Developer"
},
{
"name": "Dominik Tomasi",
"email": "dominik.tomasi@gmail.com",
"homepage": "https://github.com/black-forest/js-onepageloader",
"role": "Developer"
}
],
"support": {
"email": "baumann.sv@gmail.com",
"issues": "https://github.com/black-forest/js-onepageloader/issues",
"wiki": "https://github.com/black-forest/js-onepageloader/wiki",
"irc": "irc://irc.freenode.org/contao.dev",
"source": "https://github.com/black-forest/js-onepageloader"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-develop": "1.0.x-dev"
}
}
}