Files
Examples/JavaScript/Levenshtein_distance/package.json
plane000 57e091c134 weather
2018-07-10 20:11:24 +01:00

12 lines
288 B
JSON

{
"name": "levenshtein-distance-finder",
"version": "1.0.0",
"description": "Implimentation of the Levenshtin distance algorithm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ben (plane000)",
"license": "MIT"
}