blather
Version:
A Markov chain text generator
28 lines (27 loc) • 602 B
JSON
{
"name": "blather",
"version": "2.0.0",
"description": "A Markov chain text generator",
"main": "blather.js",
"files": [
"blather.js",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/robhdawson/blather.git"
},
"keywords": [
"markov", "markov chain", "text generator", "blather"
],
"author": {
"name": "Robbie Dawson",
"email": "hello@robbiedawson.online"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/robhdawson/blather/issues"
},
"homepage": "https://github.com/robhdawson/blather"
}