{
    "name": "zopfli",
    "description": "Simple, synchronous deflate/inflate for buffers",
    "version": "1.0.2",
    "homepage": "https://github.com/duralog/node-zopfli",
    "author": "Kenneth Bentley <funisher@gmail.com>",
    "repository": {
        "type": "git",
        "url": "git://github.com/duralog/node-zopfli.git"
    },
    "engines": {
        "node": ">=0.2.0"
    },
    "scripts": {
        "build": "echo '#!/usr/bin/env node' > bin/zfip && lsc -cbp bin/zfip.ls >> bin/zfip",
        "test": "express"
    },
    "bin": [
        "bin/zfip"
    ],
    "license": "MIT/X11",
    "main": "./build/Release/zopfli.node",
    "gypfile": true
}
