{
  "name": "cmatrix",
  "version": "0.5.3",
  "description": "Matrix effect animation on a canvas",
  "main": "dist/matrix.js",
  "jsnext:main": "dist/matrix.mjs",
  "browser": "dist/matrix.js",
  "scripts": {
    "build": "rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jcubic/cmatrix.git"
  },
  "keywords": [
    "canvas",
    "animation",
    "effect",
    "matrix",
    "movie",
    "neo",
    "trinity",
    "morpheus",
    "hacking"
  ],
  "author": "Jakub T. Jankiewicz <jcubic@onet.pl>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jcubic/cmatrix/issues"
  },
  "homepage": "https://github.com/jcubic/cmatrix#readme",
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/preset-env": "^7.15.0",
    "@rollup/plugin-babel": "^5.3.0",
    "rollup-plugin-terser": "^7.0.2"
  }
}
