{
  "name": "git-kitchen-sink",
  "version": "1.20.0",
  "description": "Incorporate Git into your Electron application",
  "main": "./build/lib/index.js",
  "typings": "./build/lib/index.d.ts",
  "scripts": {
    "clean": "rimraf build",
    "lint": "tslint lib/**/*.ts script/**/*.ts",
    "build": "npm run clean && npm run lint && tsc -p ./tsconfig.json",
    "prepublish": "npm run build && npm run test",
    "test": "npm run test:fast && npm run test:slow",
    "test:fast": "cross-env TEST_WITH_LOCAL_GIT=1 mocha --require ts-node/register test/fast/*.ts test/auth/*.ts",
    "test:slow": "cross-env TEST_WITH_LOCAL_GIT=1 mocha -t 10000ms --require ts-node/register test/slow/*.ts test/auth/*.ts",
    "postinstall": "node ./script/download-git.js"
  },
  "engines": {
    "node": ">= 6",
    "npm": ">= 3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/desktop/git-kitchen-sink.git"
  },
  "author": "Brendan Forster",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/desktop/git-kitchen-sink/issues"
  },
  "homepage": "https://github.com/desktop/git-kitchen-sink#readme",
  "dependencies": {
    "checksum": "^0.1.1",
    "decompress": "^4.0.0",
    "gzip": "^0.1.0",
    "mkdirp": "^0.5.1",
    "os-tmpdir": "^1.0.1",
    "progress": "^1.1.8",
    "request": "^2.79.0",
    "rimraf": "^2.5.4",
    "tar": "^2.2.1",
    "temp": "^0.8.3"
  },
  "devDependencies": {
    "@types/chai": "^3.4.30",
    "@types/checksum": "^0.1.30",
    "@types/mkdirp": "^0.3.29",
    "@types/mocha": "^2.2.29",
    "@types/node": "^6.0.31",
    "@types/progress": "^1.1.28",
    "@types/request": "0.0.39",
    "@types/rimraf": "0.0.28",
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "cross-env": "^3.1.3",
    "mocha": "^3.0.2",
    "tar.gz": "^1.0.5",
    "ts-node": "^1.3.0",
    "tslint": "^4.1.1",
    "typescript": "^2.1.4",
    "unzip": "^0.1.11"
  }
}
