{
  "name": "picha",
  "version": "0.5.8",
  "description": "image format codec and simple image processing",
  "main": "index.js",
  "scripts": {
    "test": "mocha -R spec"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jhs67/picha.git"
  },
  "keywords": [
    "jpeg",
    "png",
    "tiff",
    "webp",
    "image",
    "resize",
    "crop"
  ],
  "dependencies": {
    "debug": "^4.4.3",
    "nan": "^2.26.2"
  },
  "devDependencies": {
    "mocha": "^10.8.2"
  },
  "author": "Jon Spencer <jon@jonspencer.ca>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jhs67/picha/issues"
  }
}
