23 lines
474 B
JSON
23 lines
474 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|