123456789101112131415161718192021 |
- {
- "name": "wepy-plugin-imgbase64",
- "version": "1.0.5",
- "description": "wepy image plugin image to base64",
- "main": "lib/index.js",
- "scripts": {
- "build": "babel index.js --presets babel-preset-es2015 --out-dir lib",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "fs": "0.0.1-security",
- "mime": "^1.3.6",
- "path": "^0.12.7"
- },
- "devDependencies": {
- "babel-cli": "^6.24.1",
- "babel-preset-es2015": "^6.24.1"
- }
- }
|