{
  "name": "pam-diff",
  "version": "0.10.5",
  "description": "Measure differences between pixel arrays extracted from pam images",
  "main": "index.js",
  "scripts": {
    "test": "node tests/test.js && node tests/test2.js && node tests/test3.js",
    "preversion": "npm test",
    "postversion": "npm run doc",
    "examples": "node examples/example && node examples/example2 && node examples/example3 && node examples/example4 && node examples/example5",
    "out": " node examples/grayOut && node examples/rgb24Out",
    "all": "npm test && npm run examples && npm run out",
    "doc": "jsdoc index.js -d docs && git commit -m 'update docs' -- docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kevinGodell/pam-diff.git"
  },
  "keywords": [
    "ffmpeg",
    "pam",
    "pixels",
    "pixel",
    "difference",
    "motion",
    "detection",
    "region"
  ],
  "author": "Kevin Godell <kevin.godell@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kevinGodell/pam-diff/issues"
  },
  "homepage": "https://github.com/kevinGodell/pam-diff#readme",
  "dependencies": {
    "polygon-points": "^0.5.1"
  },
  "devDependencies": {
    "jsdoc": "^3.5.5",
    "pipe2pam": "^0.6.2"
  },
  "private": false
}
