elm-word-search
Version:
This package is used to search for words in multiple documents.
27 lines (26 loc) • 649 B
JSON
{
"name": "elm-word-search",
"version": "1.0.1",
"description": "This package is used to search for words in multiple documents.",
"main": "WordSearcher.elm",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hanifhefaz/elm-word-search.git"
},
"keywords": [
"elm",
"word-search"
],
"author": "Hanif Hefaz",
"license": "MIT",
"bugs": {
"url": "https://github.com/hanifhefaz/elm-word-search/issues"
},
"homepage": "https://github.com/hanifhefaz/elm-word-search#readme"
}