{
  "name": "ipfs-mini",
  "version": "1.1.5",
  "description": "A super tiny module for querying an IPFS node that works in nodejs and the browser.",
  "main": "src/index.js",
  "files": [
    "dist",
    "internals",
    "examples",
    "lib",
    "src"
  ],
  "scripts": {
    "start": "npm test",
    "test": "mocha ./src/tests/**/*.js -R spec --timeout 2000000"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/silentcicero/ipfs-mini.git"
  },
  "keywords": [
    "ipfs",
    "api",
    "add",
    "cat",
    "provider",
    "node",
    "browser"
  ],
  "authors": [
    "Nick Dodson <nick.dodson@consensys.net>"
  ],
  "engines": {
    "npm": ">=3",
    "node": ">=6.5.0"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/silentcicero/ipfs-mini/issues"
  },
  "homepage": "https://github.com/silentcicero/ipfs-mini#readme",
  "browser": {
    "xmlhttprequest": false,
    "./src/lib/XMLHttpRequest.js": "./src/lib/XMLHttpRequest-browser.js",
    "./lib/lib/XMLHttpRequest.js": "./lib/lib/XMLHttpRequest-browser.js"
  },
  "dependencies": {
    "xmlhttprequest": "^1.8.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^5.2.0"
  }
}
