word-detector
Version:
detect words in a sentence
24 lines (23 loc) • 556 B
JSON
{
"name": "word-detector",
"version": "1.1.0",
"description": "detect words in a sentence",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Midefolio/word-detector.git"
},
"keywords": [
"word-detector",
"detectors"
],
"author": "AyWebDevGy",
"license": "ISC",
"bugs": {
"url": "https://github.com/Midefolio/word-detector/issues"
},
"homepage": "https://github.com/Midefolio/word-detector#readme"
}