{
  "name": "cgbi-to-png",
  "description": "Revert Xcode PNG compression (CgBI) in plain javascript.",
  "version": "1.0.7",
  "keywords": "xcode,revert,optimisation,compression,cgbi,png,cgbi-to-png,file,convert",
  "license": "mit",
  "dependencies": {
    "bufferpack": "0.0.6",
    "crc": "^3.3.0",
    "stream-to-buffer": "^0.1.0",
    "streamifier": "^0.1.1"
  },
  "devDependencies": {
    "mocha": "^4.0.1",
    "tmp": "0.0.28"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jakubknejzlik/cgbi-to-png.git"
  },
  "scripts": {
    "test": "mocha test",
    "patch-release": "npm version patch && npm publish && git push --follow-tags"
  }
}
