{
    "name": "optipng-js",
    "version": "0.1.2",
    "description": "The native javascript png optimizer.",
    "main": "optipng.min.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/LI-NA/optipng.js.git"
    },
    "keywords": [
        "javascript",
        "optipng",
        "optimizer",
        "optimization",
        "image-processing",
        "png",
        "emscripten",
        "nodejs"
    ],
    "author": {
        "name": "li-na",
        "email": "hyung778@gmail.com",
        "url": "https://github.com/LI-NA"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/LI-NA/optipng.js/issues",
        "email": "hyung778@gmail.com"
    },
    "homepage": "https://github.com/LI-NA/optipng.js#readme"
}