{
  "name": "node-7z-esf",
  "version": "0.4.1",
  "description": "A Node.js wrapper for 7-Zip, originally developed by https://github.com/quentinrossetti and forked for the purpose of setting path to 7zip executable.",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha --dir .tmp/coverage",
    "coveralls": "npm install coveralls && cat .tmp/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bondden/node-7z-esf.git/node-7zip.git"
  },
  "keywords": [
    "esf",
    "node",
    "7zip",
    "wrapper"
  ],
  "author": "Quentin Rossetti <quentin.rossetti@gmail.com>",
  "contributors": [
    "HelloGravity",
    "bondden"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bondden/node-7z-esf/issues"
  },
  "homepage": "https://github.com/bondden/node-7z-esf.git",
  "dependencies": {
    "when": "^3.4.4",
    "win-spawn": "^2.0.0"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "fs-extra": "^0.11.0",
    "istanbul": "^0.3.0",
    "mocha": "^1.21.4"
  }
}
