-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 917 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
{
"name": "nl-design-system/nlds-community-blocks",
"type": "wordpress-plugin",
"license": "EUPL-1.2",
"description": "Adds NL Design System Community Blocks to the Gutenberg editor.",
"authors": [
{
"name": "Richard Korthuis",
"email": "richardkorthuis@acato.nl",
"homepage": "https://acato.nl",
"role": "Backend WordPress Developer"
},
{
"name": "Paul van Impelen",
"email": "paul@acato.nl",
"homepage": "https://acato.nl",
"role": "Frontend WordPress Developer"
},
{
"name": "Robbert Broersma",
"email": "robbert@frameless.io",
"homepage": "https://frameless.io"
}
],
"repositories": [
{
"type": "git",
"url": "git@bitbucket.org:acato/wp-pre-commit-hook.git"
}
],
"require-dev": {
"composer/installers": "~1.0"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}