{
  "name": "fetch-base64-in-browser",
  "version": "1.0.2",
  "description": "Fetch data as base64 using only browser functions",
  "main": "lib/fetch-base64.js",
  "scripts": {
    "build": "babel -o lib/fetch-base64.js src/fetch-base64.js",
    "watch": "babel --watch -o lib/fetch-base64.js src/fetch-base64.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Shuan Wang",
  "license": "ISC",
  "devDependencies": {
    "@swang/filereader": "1.0.0",
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
    "babel-preset-env": "^1.6.1",
    "node-fetch": "^2.0.0-alpha.9"
  }
}
