20 lines
420 B
JSON
20 lines
420 B
JSON
{
|
|
"core": null,
|
|
"plugins": [
|
|
"https://downloads.wordpress.org/plugin/woocommerce.latest-stable.zip",
|
|
"https://github.com/WP-API/Basic-Auth/archive/master.zip",
|
|
"."
|
|
],
|
|
"themes": [
|
|
"https://downloads.wordpress.org/theme/storefront.latest-stable.zip",
|
|
"./tests/mocks/emptytheme"
|
|
],
|
|
"mappings": {
|
|
".htaccess": "./bin/.htaccess"
|
|
},
|
|
"config": {
|
|
"JETPACK_AUTOLOAD_DEV": true,
|
|
"SCRIPT_DEBUG": false
|
|
}
|
|
}
|