You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
474 B

3 years ago
  1. {
  2. "name": "wpstudio/assetsmanifest-plugin",
  3. "type": "october-plugin",
  4. "description": "Extract full paths to assets files from manifest.json",
  5. "require": {
  6. "composer/installers": "~1.0"
  7. },
  8. "keywords": [
  9. "manifest",
  10. "json",
  11. "webpack",
  12. "assets",
  13. "hash"
  14. ],
  15. "license": "MIT",
  16. "authors": [
  17. {
  18. "name": "WP Studio Team",
  19. "email": "info@wpstudio.ru"
  20. }
  21. ]
  22. }