{
  "author": "Tal Einat <taleinat@gmail.com>",
  "name": "levenshtein-search",
  "description": "A Javascript library for fuzzy substring searches.",
  "keywords": [
    "Levenshtein Distance",
    "edit distance",
    "Levenshtein",
    "fuzzy",
    "search"
  ],
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "jest": "^23.6.0",
    "lodash": "^4.17.15",
    "standard": "^14.3.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/taleinat/levenshtein-search.git"
  },
  "bugs": {
    "url": "https://github.com/taleinat/levenshtein-search/issues"
  },
  "homepage": "https://github.com/taleinat/levenshtein-search",
  "license": "MIT",
  "scripts": {
    "check-only": "! grep 'test.only' test.js -n",
    "lint": "standard",
    "test": "npm run lint && npm run check-only && jest"
  },
  "version": "0.1.2"
}
