-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
48 lines (48 loc) · 1.1 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
42
43
44
45
46
47
48
{
"name": "bradshawsguide/website",
"version": "3.0.0-beta",
"type": "project",
"description": "Bradshaw's Guide for Tourists in Great Britain & Ireland",
"keywords": [
"railways",
"reference",
"travel"
],
"homepage": "https://bradshaws.guide",
"license": "MIT",
"authors": [
{
"name": "Paul Robert Lloyd",
"email": "noreply@paulrobertlloyd.com",
"homepage": "https://paulrobertlloyd.com"
}
],
"support": {
"issues": "https://github.com/bradshawsguide/website/issues"
},
"repositories": [
{
"type": "path",
"url": "site/plugins/kirby-bradshawsguide"
}
],
"require": {
"bradshawsguide/kirby": "*",
"getkirby/cms": "^4.0.0",
"getkirby/geo": "^1.0.0",
"getkirby/staticache": "^1.0.0",
"sylvainjule/locator": "^2.0.0",
"k-community/markdown-field": "3.0.0.alpha.2",
"arnoson/kirby-vite": "^5.0.0"
},
"config": {
"optimize-autoloader": true,
"allow-plugins": {
"getkirby/composer-installer": true
}
},
"extra": {
"kirby-cms-path": false,
"kirby-plugin-path": "site/plugins"
}
}