{
  "name": "hubot-ascii-art",
  "description": "Convert text to ASCII",
  "version": "1.1.4",
  "author": "Sander Ploegsma <sanderploegsma@gmail.com>",
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-script",
    "hubot-scripts",
    "ascii",
    "art",
    "generator",
    "text"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/sanderploegsma/hubot-ascii-art.git"
  },
  "bugs": {
    "url": "https://github.com/sanderploegsma/hubot-ascii-art/issues"
  },
  "dependencies": {
    "figlet": "^1.1.1"
  },
  "peerDependencies": {
    "hubot": "3.x"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "chai-string": "^1.5.0",
    "hubot-test-helper": "^1.9.0",
    "mocha": "^8.4.0",
    "prettier": "^2.3.0"
  },
  "main": "index.js",
  "scripts": {
    "test": "mocha test"
  }
}
