titlegen
Version:
Generate plausible titles from a list of example titles.
31 lines • 637 B
JSON
{
"name": "titlegen",
"description": "Generate plausible titles from a list of example titles.",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "git://github.com/namuol/titlegen.git"
},
"keywords": [
"title",
"generator",
"markov",
"chain",
"video",
"videogame",
"game",
"name"
],
"authors": ["Louis Acresti <louis.acresti@gmail.com> (http://namuol.github.io)"],
"license": "MIT",
"main": "titlegen.js",
"ignore": [
"node_modules",
".gitignore",
".editorconfig",
"Gruntfile.coffee",
"component.json",
"package.json",
"test.coffee"
]
}