-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
25 lines (23 loc) · 856 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
{
"name": "walter-a-jablonowski/walter-a-jablonowski.github.io",
"description": "Homepage of Walter A. Jablonowski - Web, SQL and App programmer in Bamberg (Nuremberg Area) Germany",
"type": "project",
"keywords": ["Bamberg", "Developer", "PHP", "SQL", "javascript", "jquery", "Programmer", "SQL Server", "Oracle", "MySQL", "Bootstrap", "App", "Apps"],
"homepage": "https://github.com/walter-a-jablonowski/walter-a-jablonowski.github.io",
"license": "MIT",
"authors": [
{
"name": "Walter A. Jablonowski",
"email": "walter.a.jablonowski@gmail.com",
"homepage": "https://walter-a-jablonowski.github.io",
"role": "Developer"
}
],
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"components/jquery": "3.3.1",
"twbs/bootstrap": "4.3.1",
"components/font-awesome": "5.9.0"
}
}