|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
955 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "damerau-levenshtein",
|
|---|
| 3 | "version": "1.0.8",
|
|---|
| 4 | "description": "Damerau - Levenshtein distance by The Spanish Inquisition + relative distance",
|
|---|
| 5 | "main": "index.js",
|
|---|
| 6 | "scripts": {
|
|---|
| 7 | "test": "mocha --use_strict",
|
|---|
| 8 | "version": "scripts/update-changelog.sh"
|
|---|
| 9 | },
|
|---|
| 10 | "keywords": [
|
|---|
| 11 | "Damerau-Levenshtein",
|
|---|
| 12 | "Damerau",
|
|---|
| 13 | "Levenshtein",
|
|---|
| 14 | "distance",
|
|---|
| 15 | "compare",
|
|---|
| 16 | "relative"
|
|---|
| 17 | ],
|
|---|
| 18 | "author": "The Spanish Inquisition",
|
|---|
| 19 | "contributors": [
|
|---|
| 20 | "Tadeusz Łazurski (https://tad-lispy.com/)",
|
|---|
| 21 | "Gustavo Marques Adolph",
|
|---|
| 22 | "Ivan Gilchrist <github@jumpingfishes.com> (http://jumpingfishes.com)",
|
|---|
| 23 | "Boris Yakubchik (http://dev.yboris.com/)"
|
|---|
| 24 | ],
|
|---|
| 25 | "license": "BSD-2-Clause",
|
|---|
| 26 | "devDependencies": {
|
|---|
| 27 | "mocha": "^9.1.3"
|
|---|
| 28 | },
|
|---|
| 29 | "repository": {
|
|---|
| 30 | "type": "git",
|
|---|
| 31 | "url": "https://github.com/tad-lispy/node-damerau-levenshtein.git"
|
|---|
| 32 | },
|
|---|
| 33 | "bugs": {
|
|---|
| 34 | "url": "https://github.com/tad-lispy/node-damerau-levenshtein/issues"
|
|---|
| 35 | }
|
|---|
| 36 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.