compare-names
Version:
Fuzzily compare two arrays of names
37 lines (36 loc) • 775 B
JSON
{
"name": "compare-names",
"version": "1.1.0",
"description": "Fuzzily compare two arrays of names",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hash-bang/compare-names.git"
},
"keywords": [
"compare",
"comparison",
"names",
"fullnames"
],
"author": "Matt Carter <m@ttcarter.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hash-bang/compare-names/issues"
},
"homepage": "https://github.com/hash-bang/compare-names#readme",
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.5"
},
"dependencies": {
"levenshtein-dist": "^0.1.1",
"lodash.isarray": "^3.0.3"
}
}