{
  "name": "wepy-plugin-base64imgs",
  "version": "1.1.1",
  "description": "wepy 图片转base64插件",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \\\"Error: no test specified\\\" && exit 1",
    "build": "babel index.js --presets babel-preset-es2015 --out-dir dist",
    "dev": "babel a.js --presets babel-preset-es2015 --out-dir dist",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/romen0123/wepy-plugin-base64imgs.git"
  },
  "keywords": [
    "base64",
    "wepy",
    "wepy插件",
    "图片处理"
  ],
  "files": [
    "package.json",
    "package-lock.json",
    "README.md",
    "dist"
  ],
  "author": "romen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/romen0123/wepy-plugin-base64imgs/issues"
  },
  "homepage": "https://github.com/romen0123/wepy-plugin-base64imgs#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1"
  },
  "dependencies": {
    "fs": "^0.0.1-security",
    "mime": "^2.3.1",
    "path": "^0.12.7"
  }
}
