{
  "name": "fastlz",
  "version": "1.0.1",
  "description": "Bindings for the C library fastlz",
  "main": "index.js",
  "scripts": {
    "build": "node-gyp rebuild",
    "test": "npm run build && tap ./test/*.tap.js",
    "install": "node-gyp rebuild"
  },
  "keywords": [
    "fastlz",
    "lz77"
  ],
  "author": "Wraithan <wraithan@sparkypants.com>",
  "license": "ISC",
  "dependencies": {
    "bindings": "^1.2.1",
    "nan": "^2.3.5"
  },
  "devDependencies": {
    "tap": "^5.8.0"
  },
  "gypfile": true,
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sparkypants/node-fastlz.git"
  },
  "bugs": {
    "url": "https://github.com/sparkypants/node-fastlz/issues"
  },
  "homepage": "https://github.com/sparkypants/node-fastlz#readme"
}
