Initial commit

This commit is contained in:
2021-09-13 17:15:33 +03:00
commit ae36a5cb0a
5 changed files with 136 additions and 0 deletions

22
composer.json Normal file
View File

@ -0,0 +1,22 @@
{
"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"
}
]
}