{
  "name": "simplyimport",
  "version": "4.0.10",
  "description": "Inline imports/exports for JS/Coffee featuring ES6 & CommonJS syntax support, transforms, conditional & duplicate imports, etc.",
  "keywords": [
    "import",
    "importer",
    "jsimport",
    "jsimporter",
    "require",
    "browserify",
    "webpack",
    "include",
    "amd",
    "coffee-import"
  ],
  "main": "index.js",
  "bin": {
    "simplyimport": "./bin",
    "simplyimport-debug": "./bin-debug"
  },
  "files": [
    "lib",
    "bin",
    "bin-debug",
    "compat.js",
    "empty.js",
    "index.js"
  ],
  "author": "danielkalen",
  "repository": {
    "type": "git",
    "url": "https://github.com/danielkalen/simplyimport"
  },
  "license": "MIT",
  "scripts": {
    "prepublishOnly": "npm run test -s",
    "postpublish": "git push",
    "publish-next": "npm publish --tag next",
    "coverage": "cake coverage",
    "test:debug": "cake test:debug",
    "test": "cake test"
  },
  "dependencies": {
    "@danielkalen/browserify-zlib": "^0.1.5",
    "@danielkalen/hash-sum": "^1.0.4",
    "acorn": "^6.0.4",
    "assert": "^1.4.1",
    "ast-types": "^0.9.11",
    "astring": "github:danielkalen/astring",
    "axios": "^0.16.2",
    "bluebird": "^3.5.0",
    "browserify": "^14.4.0",
    "buffer": "^5.0.2",
    "chalk": "^1.1.3",
    "coffee-register": "^2.2.0",
    "coffee-script": "^1.12.6",
    "coffeeify-cached": "^3.0.0",
    "combine-source-map": "^0.8.0",
    "commander": "^2.9.0",
    "console-browserify": "^1.1.0",
    "constants-browserify": "^1.0.0",
    "convert-source-map": "^1.5.0",
    "crypto-browserify": "^3.11.0",
    "csonify": "^1.0.1",
    "debug": "^2.6.8",
    "decaffeinate-parser": "^13.1.1",
    "domain-browser": "^1.1.7",
    "events": "^1.1.1",
    "extend": "^3.0.0",
    "fs-jetpack": "^2.1.0",
    "get-stream": "^3.0.0",
    "gzipped": "0.0.5",
    "https-browserify": "0.0.1",
    "inline-source-map": "github:danielkalen/inline-source-map",
    "micromatch": "^2.3.11",
    "minimist": "^1.2.0",
    "mountenv": "^0.4.1",
    "os-browserify": "^0.2.1",
    "path-browserify": "0.0.0",
    "print-code": "github:danielkalen/print-code",
    "process": "^0.11.9",
    "promise-break": "^0.1.2",
    "punycode": "^2.0.1",
    "querystring-es3": "^0.2.1",
    "read-pkg-up": "^2.0.0",
    "resolve": "^1.4.0",
    "stack-filter": "^1.0.1",
    "stream-browserify": "^2.0.1",
    "stream-http": "^2.5.0",
    "streamify-string": "^1.0.1",
    "string-hash": "^1.1.3",
    "string-pos": "^1.0.0",
    "string_decoder": "^0.10.31",
    "sugar": "^2.0.4",
    "tar": "^4.1.1",
    "through2": "^2.0.3",
    "timers-browserify": "^2.0.2",
    "treeify": "^1.0.1",
    "tsify-transform": "^1.0.0",
    "tty-browserify": "0.0.0",
    "umd": "^3.0.1",
    "url": "^0.11.0",
    "util": "^0.10.3",
    "vm-browserify": "0.0.4",
    "yamlify": "^0.1.3"
  },
  "devDependencies": {
    "clarify": "^2.0.0",
    "coffee-coverage": "^2.0.1",
    "execa": "^0.8.0",
    "package-install": "^1.2.6"
  },
  "nyc": {
    "exclude": [
      "profile",
      "bench",
      "lib/cli"
    ]
  }
}
