{
  "name": "ls-archive",
  "description": "A package for listing and reading files in archive files",
  "version": "1.3.4",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/atom/node-ls-archive/raw/master/LICENSE.md"
    }
  ],
  "keywords": [
    "ls",
    "zip",
    "gzip",
    "tar",
    "unzip",
    "gunzip",
    "archive",
    "archives",
    "uncompress"
  ],
  "author": {
    "name": "Kevin Sawicki",
    "email": "kevin@github.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/atom/node-ls-archive.git"
  },
  "bugs": {
    "url": "https://github.com/atom/node-ls-archive/issues"
  },
  "homepage": "http://atom.github.io/node-ls-archive",
  "main": "./lib/ls-archive.js",
  "bin": {
    "lsa": "./bin/lsa"
  },
  "devDependencies": {
    "grunt": "~0.4.0",
    "grunt-contrib-coffee": "~0.9.0",
    "coffeescript": "~1.7.0",
    "grunt-cli": "~0.1.6",
    "grunt-shell": "~0.2.2",
    "jasmine-focused": "1.x",
    "grunt-coffeelint": "0.0.6"
  },
  "scripts": {
    "prepublish": "grunt",
    "test": "grunt test"
  },
  "dependencies": {
    "tar": "^2.2.1",
    "optimist": "~0.5.2",
    "async": "~0.2.9",
    "colors": "~0.6.2",
    "rimraf": "~2.2.6",
    "yauzl": "^2.9.1"
  }
}
