{
  "name": "ipfs-image-web-upload",
  "version": "1.0.5",
  "description": "Simple uploader/downloader for images stored on ipfs. Allows to upload pictures from html <input type=\"file\" ...> and use them in <img src=\"...\"> tag\".",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ambrosus/ipfs-image-web-upload.git"
  },
  "keywords": [
    "ipfs",
    "image",
    "html",
    "input",
    "files",
    "upload",
    "download",
    "loader",
    "uploader",
    "save",
    "link"
  ],
  "author": "Marek Kirejczyk",
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "bugs": {
    "url": "https://github.com/ambrosus/ipfs-image-web-upload/issues"
  },
  "homepage": "https://github.com/ambrosus/ipfs-image-web-upload#readme"
}
