Initial commit
This commit is contained in:
22
composer.json
Normal file
22
composer.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user