Files
assetsmanifest-plugin/composer.json

23 lines
474 B
JSON
Raw Permalink Normal View History

2021-09-13 17:15:33 +03:00
{
"name": "wpstudio/assetsmanifest-plugin",
"type": "october-plugin",
"description": "Extract full paths to assets files from manifest.json",
"require": {
"composer/installers": "~1.0"
},
"keywords": [
"manifest",
"json",
"webpack",
"assets",
"hash"
],
"license": "MIT",
"authors": [
{
"name": "WP Studio Team",
"email": "info@wpstudio.ru"
}
]
}