{
  "name": "markov-maron-ipsum",
  "version": "1.1.0",
  "description": "Npm package to produce lines of lorem ipsum from a Jim Carry commencement speech he made, which has been fed into a markov chain generator",
  "main": "cli.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Zachary Droge",
  "license": "MIT",
  "bin": {
    "jimsay": "./cli.js"
  }
}
