{
  "name": "webp-simple-converter",
  "version": "0.0.6",
  "description": "A small node.js library for converting any image to webp file format or converting webp image to any image file format.",
  "main": "src/webpconverter.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node app.js",
    "pub": "npm publish --access public",
    "patch": "npm version patch -m 'Update Version patch by NPM' | xargs git push origin && git push"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kaqiinono/webp-simple-converter.git"
  },
  "keywords": [
    "webp",
    "webpconverter",
    "webp-converter",
    "cwebp",
    "dwebp",
    "gif2webp",
    "webpmux"
  ],
  "files": [
    "LICENSE",
    "README.md",
    "app.js",
    "webpconverter.js",
    "src/buffer_utils.js",
    "src/temp_path.js",
    "src/cwebp.js",
    "src/dwebp.js",
    "src/gwebp.js",
    "src/webpmux.js",
    "bin/",
    "images/",
    "temp/"
  ],
  "author": "kaqiinono",
  "license": "MIT"
}
