Skip to content

Commit 6bd6378

Browse files
committed
Initial definition of a package.json for composer packages.
1 parent 4c717bf commit 6bd6378

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

plugins/package.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"packages": {
3+
"wpengine/previews": {
4+
"0.0.4": {
5+
"name": "wpengine/previews",
6+
"version": "0.0.4",
7+
"type": "wordpress-plugin",
8+
"description": "A WordPress plugin for headless previews.",
9+
"homepage": "https://github.com/wpengine/hwptoolkit",
10+
"license": "GPL-2.0",
11+
"authors": [
12+
{
13+
"name": "WP Engine Headless OSS Development Team",
14+
"email": "[email protected]",
15+
"homepage": "https://wpengine.com/"
16+
}
17+
],
18+
"support": {
19+
"issues": "https://github.com/wpengine/hwptoolkit/issues",
20+
"email": "[email protected]"
21+
},
22+
"dist": {
23+
"url": "https://github.com/wpengine/hwptoolkit/releases/download/%40wpengine%2Fhwp-previews-wordpress-plugin-0.0.4/hwp-previews.zip",
24+
"type": "zip"
25+
},
26+
"require": {
27+
"composer/installers": "~1.0 || ~2.0"
28+
}
29+
}
30+
},
31+
"wpengine/wp-graphql-webhooks": {
32+
"0.0.2": {
33+
"name": "wpengine/wp-graphql-webhooks",
34+
"version": "0.0.2",
35+
"type": "wordpress-plugin",
36+
"description": "Headless webhooks for WPGraphQL",
37+
"homepage": "https://github.com/wpengine/hwptoolkit",
38+
"license": "GPL-2.0",
39+
"authors": [
40+
{
41+
"name": "WP Engine Headless OSS Development Team",
42+
"email": "[email protected]",
43+
"homepage": "https://wpengine.com/"
44+
}
45+
],
46+
"support": {
47+
"issues": "https://github.com/wpengine/hwptoolkit/issues",
48+
"email": "[email protected]"
49+
},
50+
"dist": {
51+
"url": "https://github.com/wpengine/hwptoolkit/releases/download/%40wpengine%2Fwpgraphql-webhooks-wordpress-plugin-0.0.2/wp-graphql-webhooks.zip",
52+
"type": "zip"
53+
},
54+
"require": {
55+
"composer/installers": "~1.0 || ~2.0"
56+
}
57+
}
58+
}
59+
}
60+
}

0 commit comments

Comments
 (0)