soundex-phonetics
Version:
Soundex phonetic algorithm
30 lines (29 loc) • 716 B
JSON
{
"name": "soundex-phonetics",
"version": "1.0.1",
"description": "Soundex phonetic algorithm",
"license": "MIT",
"keywords": [
"soundex",
"phonetics"
],
"main": "lib/soundex",
"author": "Jonas Hermsmeier <jhermsmeier@gmail.com> (https://jhermsmeier.de/)",
"dependencies": {},
"devDependencies": {
"matcha": "^0.7.0",
"mocha": "^4.0.1"
},
"scripts": {
"test": "mocha",
"bench": "matcha"
},
"homepage": "https://github.com/jhermsmeier/node-soundex-phonetics",
"repository": {
"type": "git",
"url": "https://github.com/jhermsmeier/node-soundex-phonetics.git"
},
"bugs": {
"url": "https://github.com/jhermsmeier/node-soundex-phonetics/issues"
}
}