{
  "name": "canvas-sequencer",
  "version": "3.1.0",
  "description": "Store, serialize, parse, and execute sequences of canvas context instructions.",
  "author": "Michael van der Kamp <michael.vanderkamp@usask.ca>",
  "source": "index.js",
  "main": "dist/index.js",
  "directories": {
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mvanderkamp/canvas-sequencer.git"
  },
  "keywords": [
    "javascript",
    "canvas",
    "context",
    "sequence",
    "graphics",
    "CanvasRenderingContext2D",
    "art",
    "network",
    "socket",
    "transmit",
    "JSON",
    "serializable",
    "parse"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mvanderkamp/canvas-sequencer/issues"
  },
  "homepage": "https://github.com/mvanderkamp/canvas-sequencer#readme",
  "devDependencies": {
    "@babel/core": "^7.12.13",
    "@babel/preset-env": "^7.12.13",
    "coveralls": "^3.1.0",
    "eslint": "^7.19.0",
    "jest": "^26.6.3",
    "parcel": "^2.2.1"
  },
  "scripts": {
    "build": "PARCEL_WORKER_BACKEND=process parcel build",
    "test": "jest",
    "test:debug": "node inspect $(npm bin)/jest --runInBand",
    "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
  },
  "jest": {
    "testURL": "http://localhost/"
  }
}
