package.json 519 B

123456789101112131415161718192021
  1. {
  2. "name": "wepy-plugin-imgbase64",
  3. "version": "1.0.5",
  4. "description": "wepy image plugin image to base64",
  5. "main": "lib/index.js",
  6. "scripts": {
  7. "build": "babel index.js --presets babel-preset-es2015 --out-dir lib",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "fs": "0.0.1-security",
  14. "mime": "^1.3.6",
  15. "path": "^0.12.7"
  16. },
  17. "devDependencies": {
  18. "babel-cli": "^6.24.1",
  19. "babel-preset-es2015": "^6.24.1"
  20. }
  21. }