{
  "name": "matrix-rain",
  "version": "2.0.6",
  "description": "The famous Matrix rain effect of falling green characters as a cli command",
  "main": "index.js",
  "preferGlobal": true,
  "bin": {
    "matrix-rain": "index.js"
  },
  "files": [
    "index.js",
    "ansi.js"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/nojvek/matrix-rain"
  },
  "keywords": [
    "matrix",
    "rain",
    "cli",
    "code",
    "effect",
    "node"
  ],
  "author": "nojvek",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nojvek/matrix-rain/issues"
  },
  "homepage": "https://github.com/nojvek/matrix-rain",
  "dependencies": {
    "argparse": "1.0.10"
  },
  "devDependencies": {
    "eslint": "^5.9.0"
  }
}
