{
  "name": "pakon-planar-raw-converter",
  "version": "0.0.13",
  "description": "A script to convert Pakon F-135+ Planar RAW scans from TLXClientDemo into usable files via ImageMagick's Convert and NegFix8",
  "keywords": [
    "kodak",
    "pakon",
    "f-135",
    "f-135+",
    "TLXClientDemo",
    "film",
    "negative",
    "scan",
    "scanning",
    "16-bit",
    "raw",
    "planar",
    "linear",
    "imagemagick",
    "negfix8",
    "photography",
    "35mm",
    "images"
  ],
  "main": "index.js",
  "author": "Ali Bosworth <ali@alibosworth.com> (http://alibosworth.com/)",
  "license": "GPL-3.0",
  "bin": {
    "pakon-planar-raw-converter": "./index.js",
    "pprc": "./index.js"
  },
  "preferGlobal": true,
  "dependencies": {
    "bluebird": "^3.5.1",
    "child-process-promise": "^2.2.1",
    "command-exists": "^1.2.2",
    "commander": "^2.12.2",
    "glob": "^7.1.2"
  }
}
