forked from WordPress/wordcamp.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 955 Bytes
/
package.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
{
"name": "wordcamp.org",
"version": "1.0.0",
"description": "WordCamp.org Project",
"author": "WordCamp Team",
"license": "GPL-2.0-or-later",
"private": true,
"keywords": [],
"homepage": "https://github.com/WordPress/wordcamp.org/",
"repository": "git+https://github.com/WordPress/wordcamp.org.git",
"bugs": {
"url": "https://github.com/WordPress/wordcamp.org/issues/"
},
"workspaces": [
"public_html/wp-content/mu-plugins/blocks",
"public_html/wp-content/mu-plugins/virtual-embeds",
"public_html/wp-content/plugins/multi-event-sponsors",
"public_html/wp-content/plugins/wc-post-types",
"public_html/wp-content/plugins/wcpt",
"public_html/wp-content/plugins/wordcamp-forms-to-drafts",
"public_html/wp-content/plugins/wordcamp-speaker-feedback",
"public_html/wp-content/themes/wporg-events-2023",
"public_html/wp-content/themes/wporg-flagship-landing"
],
"browserslist": [
"extends @wordpress/browserslist-config"
]
}