{
  "name": "pkgfiles",
  "version": "2.3.2",
  "description": "List all files which would be published in a package.",
  "main": "index.js",
  "bin": {
    "pkgfiles": "bin/pkgfiles.js"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "keywords": [
    "npm",
    "publish",
    "dependencies",
    "files",
    "package"
  ],
  "author": "Tim Oxley <secoif@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "columnify": "^1.5.4",
    "du": "^0.1.0",
    "fstream-npm": "^1.2.0",
    "map-limit": "0.0.1",
    "minimist": "^1.2.0",
    "pkgresolve": "^1.1.4",
    "pretty-bytes": "^4.0.2"
  },
  "devDependencies": {
    "tape": "~4.6.3"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/timoxley/pkgfiles.git"
  },
  "bugs": {
    "url": "https://github.com/timoxley/pkgfiles/issues"
  },
  "homepage": "https://github.com/timoxley/pkgfiles"
}
