{
  "name": "zstd",
  "version": "1.0.4",
  "description": "ZSTD lossless compression algorithm bindings for Node.js",
  "main": "index.js",
  "scripts": {
    "test": "node tests/zstd.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/x25/node-zstd.git"
  },
  "keywords": [
    "zstd",
    "compression",
    "decompression"
  ],
  "dependencies": {
    "nan": "~1.6"
  },
  "author": "x25",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/x25/node-zstd/issues"
  },
  "homepage": "https://github.com/x25/node-zstd"
}
