lingual
Version:
Implementing common phonetics algorithms for NodeJS
32 lines (31 loc) • 620 B
JSON
{
"name": "lingual",
"version": "0.0.2",
"description": "Implementing common phonetics algorithms for NodeJS ",
"main": "index.js",
"homepage": "https://www.github.com/sanchitgera/Lingual",
"scripts": {
"test": "mocha test"
},
"author": "Sanchit Gera",
"license": "MIT",
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.2.5"
},
"directories": {
"test": "test"
},
"dependencies": {
"chai": "^3.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com//sanchitgera/lingual"
},
"keywords": [
"Linguistics",
"Phonetics",
"Sounds"
]
}