UNPKG

str-compare

Version:

Some algorithms to compare strings.

34 lines (33 loc) 764 B
{ "name": "str-compare", "version": "0.1.2", "description": "Some algorithms to compare strings.", "main": "str-compare.js", "author": { "name": "aileo", "url": "https://github.com/aileo" }, "repository": { "type": "git", "url": "https://github.com/aileo/str-compare" }, "scripts": { "test": "gulp test" }, "keywords": [ "Hamming", "Jaro", "Jaro-Winkler", "Levenshtein", "Sorensen", "string", "word" ], "license": "MIT", "bugs": { "url": "https://github.com/aileo/str-compare/issues" }, "homepage": "https://github.com/aileo/str-compare", "dependencies": {}, "devDependencies": { "gulp": "^3.8.11", "gulp-gjslint": "^0.1.4", "gulp-mocha": "^2.0.0", "run-sequence": "^1.0.2" } }