gibberish-detector
Version:
Detect Gibberish with JavaScript
31 lines (30 loc) • 707 B
JSON
{
"name": "gibberish-detector",
"version": "1.0.0",
"description": "Detect Gibberish with JavaScript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gtomitsuka/gibberish-detector.js.git"
},
"keywords": [
"gibberish",
"silly",
"detector",
"programfox",
"senseless",
"random",
"sentence",
"fast",
"algorithm"
],
"author": "Gabriel Tomitsuka and ProgramFOX",
"license": "MIT",
"bugs": {
"url": "https://github.com/gtomitsuka/gibberish-detector.js/issues"
},
"homepage": "https://github.com/gtomitsuka/gibberish-detector.js"
}