{
  "name": "tinyify",
  "description": "a browserify plugin that runs various optimizations, so you don't have to install them all manually.",
  "version": "2.5.2",
  "author": "Renée Kooi <renee@kooi.me>",
  "bugs": {
    "url": "https://github.com/browserify/tinyify/issues"
  },
  "dependencies": {
    "acorn-node": "^1.8.2",
    "browser-pack-flat": "^3.0.9",
    "bundle-collapser": "^1.3.0",
    "common-shakeify": "^0.6.0",
    "dash-ast": "^1.0.0",
    "minify-stream": "^1.2.1",
    "multisplice": "^1.0.0",
    "through2": "^3.0.1",
    "uglifyify": "^5.0.0",
    "unassertify": "^2.1.1"
  },
  "devDependencies": {
    "browserify": "^16.5.0",
    "from2-string": "^1.1.0",
    "standard": "^14.3.1",
    "tape": "^4.11.0"
  },
  "homepage": "https://github.com/browserify/tinyify",
  "keywords": [
    "browserify",
    "minify",
    "optimize",
    "tree-shaking",
    "uglify"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/browserify/tinyify.git"
  },
  "scripts": {
    "test": "standard && node test"
  },
  "standard": {
    "ignore": [
      "private_modules/**"
    ]
  }
}
