UNPKG

markov-generator

Version:
31 lines (30 loc) 835 B
{ "name": "markov-generator", "version": "1.2.3", "description": "Dependency-free Markov chain generator.", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha --reporter spec tests/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/maximumdata/markov-generator.git" }, "keywords": [ "markov", "markov", "chains", "markov", "generator" ], "author": "Mike Dettmer <mike@mikedettmer.com> (https://mikedettmer.com)", "license": "ISC", "bugs": { "url": "https://github.com/maximumdata/markov-generator/issues" }, "homepage": "https://github.com/maximumdata/markov-generator#readme", "devDependencies": { "chai": "^3.5.0", "mocha": "^3.1.2" } }