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.

20 lines
411 B

2 years ago
  1. {
  2. "name": "wpstudio/helpers-plugin",
  3. "type": "october-plugin",
  4. "description": "Some extends models & controllers",
  5. "require": {
  6. "composer/installers": "~1.0"
  7. },
  8. "keywords": [
  9. "models",
  10. "api",
  11. "observer"
  12. ],
  13. "license": "MIT",
  14. "authors": [
  15. {
  16. "name": "WP Studio Team",
  17. "email": "info@wpstudio.ru"
  18. }
  19. ]
  20. }