component.json 249 B

123456789101112131415
  1. {
  2. "name": "wildcard",
  3. "repo": "DamonOehlman/wildcard",
  4. "description": "Wildcard matching tools",
  5. "version": "1.1.2",
  6. "keywords": [
  7. "wildcard",
  8. "match",
  9. "comparison"
  10. ],
  11. "main": "index.js",
  12. "scripts": [
  13. "index.js"
  14. ]
  15. }