composer.json 797 B

123456789101112131415161718
  1. {
  2. "name" : "nsp-code/taxonomy-terms-order",
  3. "description" : "Order Categories and all custom taxonomies terms (hierarchically) and child terms using a Drag and Drop Sortable javascript capability.",
  4. "keywords" : ["category order","terms order", "taxonomy order", "admin order"],
  5. "homepage" : "http://www.nsp-code.com/",
  6. "authors" : [
  7. {
  8. "name": "Nsp Code",
  9. "email": "contact@nsp-code.com",
  10. "homepage": "http://www.nsp-code.com/"
  11. }
  12. ],
  13. "type" : "wordpress-plugin",
  14. "require" : {
  15. "composer/installers": "~1.0"
  16. }
  17. }