{
  "name": "go-ipfs-dep",
  "version": "0.7.0",
  "description": "Install the latest go-ipfs binary",
  "main": "src/index.js",
  "engines": {
    "node": ">=6.0.0",
    "npm": ">=3.0.0"
  },
  "scripts": {
    "install": "node src/bin.js",
    "test": "tape test/*.js | tap-spec",
    "lint": "standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ipfs/npm-go-ipfs-dep.git"
  },
  "dependencies": {
    "go-platform": "^1.0.0",
    "gunzip-maybe": "^1.4.1",
    "node-fetch": "^2.3.0",
    "pkg-conf": "^3.1.0",
    "tar-fs": "^2.0.0",
    "unzip-stream": "^0.3.0"
  },
  "keywords": [
    "ipfs",
    "install"
  ],
  "author": "Juan Benet <juan@benet.ai> (http://juan.benet.ai/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ipfs/npm-go-ipfs-dep/issues"
  },
  "homepage": "https://github.com/ipfs/npm-go-ipfs-dep",
  "devDependencies": {
    "aegir": "^18.2.0",
    "execa": "^1.0.0",
    "rimraf": "^2.6.3",
    "standard": "^12.0.1",
    "tap-spec": "^5.0.0",
    "tape": "^4.9.1"
  },
  "contributors": [
    "Alan Shaw <alan.shaw@protocol.ai>",
    "Alex Potsides <alex@achingbrain.net>",
    "David Dias <daviddias.p@gmail.com>",
    "Edward Silverton <e.silverton@gmail.com>",
    "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
    "Haad <haadcode@users.noreply.github.com>",
    "Harlan T Wood <harlantwood@users.noreply.github.com>",
    "Hector Sanjuan <code@hector.link>",
    "Henrique Dias <hacdias@gmail.com>",
    "Oli Evans <oli@tableflip.io>",
    "Scott Hardy <scott.the.hardy@gmail.com>",
    "Stephen Whitmore <stephen.whitmore@gmail.com>",
    "Steven Allen <steven@stebalien.com>",
    "haad <haad@headbanggames.com>",
    "olizilla <olizilla@users.noreply.github.com>"
  ]
}
