{
  "name": "js-untar-lhc",
  "version": "2.1.1",
  "description": "untar files in the browser",
  "main": "build/dist/untar",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "gulp",
    "test": "gulp test",
    "example": "gulp example"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lhcye/js-untar.git"
  },
  "keywords": [
    "js",
    "untar",
    "browser",
    "extract"
  ],
  "author": "Sebastian Joergensen, InvokIT <sj@invokit.dk>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lhcye/js-untar.git/issues"
  },
  "homepage": "https://github.com/InvokIT/js-untar",
  "devDependencies": {
    "gulp": "^4.0.2",
    "gulp-add-src": "^1.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-filter": "^6.0.0",
    "gulp-insert": "^0.5.0",
    "gulp-jshint": "^1.11.2",
    "gulp-sourcemaps": "^2.6.5",
    "gulp-uglify": "^3.0.2",
    "gulp-umd": "^2.0.0",
    "gulp-webserver": "^0.9.1",
    "jasmine-core": "^3.5.0",
    "karma": "^5.0.9",
    "karma-chrome-launcher": "^3.1.0",
    "karma-jasmine": "^3.3.1",
    "karma-requirejs": "^1.1.0",
    "lodash": "^4.17.15",
    "requirejs": "^2.3.6"
  }
}
