composer.json 269 B

123456789101112
  1. {
  2. "name": "squibblefish/bones-theme",
  3. "description": "Bare theme for Wordpress",
  4. "type": "wordpress-theme",
  5. "authors": [
  6. {
  7. "name": "sfisherGizmo",
  8. "email": "stephen@squibble-fish.com"
  9. }
  10. ],
  11. "require": {}
  12. }