-
Notifications
You must be signed in to change notification settings - Fork 0
/
umbraco-marketplace.json
27 lines (27 loc) · 1016 Bytes
/
umbraco-marketplace.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
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AuthorDetails": {
"Name": "Richard Thompson",
"ImageUrl": "https://github.com/richarth.png",
"Description": "An Umbraco certified professional and Umbraco lead at Moore-Wilson. I have over a decade of Umbraco experience and more than 20 years of web development experience. I'm a regular Umbraco meetup attendee and Umbraco contributor."
},
"Category": "Developer Tools",
"Description": "An Umbraco package for automatically clearing out personal data on site startup",
"LicenseTypes": [
"Free"
],
"IssueTrackerUrl": "https://github.com/richarth/sanitiser/issues",
"PackageType": "Package",
"Tags": [
"GDPR",
"Data Protection",
"Personal Data",
"Privacy"
],
"Title": "Sanitiser",
"RelatedPackages": [
{
"PackageId": "Umbraco.Community.Sanitiser.Forms"
}
]
}