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.

27 lines
647 B

2 years ago
  1. {
  2. "name": "didyoumean",
  3. "version": "1.2.2",
  4. "description": "Match human-quality input to potential matches by edit distance.",
  5. "homepage": "https://github.com/dcporter/didyoumean.js",
  6. "author": {
  7. "name": "Dave Porter",
  8. "email": "dcporter@gmail.com",
  9. "url": "http://dcporter.net/"
  10. },
  11. "keywords": [
  12. "didyoumean",
  13. "mean",
  14. "edit",
  15. "distance",
  16. "levenshtein"
  17. ],
  18. "main": "./didYouMean-1.2.1.js",
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/dcporter/didyoumean.js.git"
  22. },
  23. "bugs": {
  24. "url": "https://github.com/dcporter/didyoumean.js/issues"
  25. },
  26. "license": "Apache-2.0"
  27. }