lingoe
Version:
Word search algorithms
29 lines (28 loc) • 508 B
JSON
{
"name": "lingoe",
"version": "1.0.0",
"description": "Word search algorithms",
"main": "index.js",
"scripts": {
"test": "mocha",
"build": "webpack"
},
"author": "Zyion",
"license": "ISC",
"dependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0",
"webpack": "^4.12.2",
"webpack-cli": "^3.0.8"
},
"keywords": [
"words",
"dictionary",
"levenshtien",
"trie"
],
"repository": {
"type": "git",
"url": "https://github.com/zyion/lingoe"
}
}