{
  "name": "browser-pack-flat",
  "version": "3.5.0",
  "description": "bundle browserify modules into a single scope, a la rollup",
  "main": "index.js",
  "bin": {
    "browser-pack-flat": "cli.js"
  },
  "scripts": {
    "build": "node build",
    "prepare": "node build",
    "test": "node build && tape test/test.js test/expose.js test/order.js test/self.js"
  },
  "keywords": [],
  "author": "Renée Kooi <renee@kooi.me>",
  "license": "MIT",
  "dependencies": {
    "JSONStream": "^1.3.2",
    "combine-source-map": "^0.8.0",
    "convert-source-map": "^1.5.1",
    "count-lines": "^0.1.2",
    "dedent": "^0.7.0",
    "estree-is-member-expression": "^1.0.0",
    "estree-is-require": "^1.0.0",
    "esutils": "^2.0.2",
    "path-parse": "^1.0.5",
    "scope-analyzer": "^2.0.0",
    "stream-combiner": "^0.2.2",
    "through2": "^3.0.1",
    "transform-ast": "^2.4.2",
    "umd": "^3.0.3",
    "wrap-comment": "^1.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.5.4",
    "@babel/plugin-transform-modules-commonjs": "^7.5.0",
    "babelify": "^10.0.0",
    "brfs": "^2.0.2",
    "browser-unpack": "^1.2.0",
    "browserify": "^17.0.0",
    "concat-stream": "^2.0.0",
    "nanohtml": "1.6.1",
    "sliced": "^1.0.1",
    "tape": "^5.0.0",
    "uglify-js": "3.6.0"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/goto-bus-stop/browser-pack-flat.git"
  },
  "bugs": {
    "url": "https://github.com/goto-bus-stop/browser-pack-flat/issues"
  },
  "homepage": "https://github.com/goto-bus-stop/browser-pack-flat#readme"
}
