-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
42 lines (42 loc) · 1.16 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
{
"name": "pixelgrade/nova-blocks",
"description": "Nova Blocks is a collection of distinctive Gutenberg blocks, committed to making your site shine like a newborn star. It is taking a design-driven approach to help you made the right decisions and showcase your content in the best shape.",
"keywords": [
"wordpress",
"block-editor",
"gutenberg",
"blocks",
"pixelgrade"
],
"type": "wordpress-plugin",
"license": "GPL-3.0-only",
"homepage": "https://github.com/pixelgrade/nova-blocks",
"authors": [
{
"name": "George Olaru",
"email": "[email protected]",
"homepage": "https://pixelgrade.com/"
},
{
"name": "Razvan Onofrei",
"email": "[email protected]",
"homepage": "https://pixelgrade.com/"
},
{
"name": "Vlad Olaru",
"email": "[email protected]",
"homepage": "https://pixelgrade.com/"
},
{
"name": "Madalin Gorbanescu",
"email": "[email protected]",
"homepage": "https://pixelgrade.com/"
}
],
"support": {
"issues": "https://github.com/pixelgrade/nova-blocks/issues",
"source": "https://github.com/pixelgrade/nova-blocks"
},
"minimum-stability": "stable",
"require": {}
}