{
  "name": "beamtoix",
  "displayName": "beamtoix",
  "description": "frame-by-frame Web Animation framework",
  "version": "3.1.0",
  "publisher": "a-bentofreire",
  "keywords": [
    "animation",
    "render",
    "cloud",
    "library",
    "typescript"
  ],
  "readme": "README.md",
  "readmeFilename": "README.md",
  "author": {
    "name": "Alexandre Bento Freire",
    "email": "devtoix@a-bentofreire.com",
    "url": "https://github.com/a-bentofreire"
  },
  "license": "MIT",
  "engines": {
    "node": "*"
  },
  "bin": {
    "beamtoix": "cli/beamtoix-cli.js"
  },
  "homepage": "https://beamtoix.devtoix.com",
  "bugs": "https://github.com/a-bentofreire/beamtoix/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/a-bentofreire/beamtoix.git"
  },
  "main": "beamtoix.js",
  "scripts": {},
  "devDependencies": {}
}