UNPKG

createbase64img

Version:
36 lines (35 loc) 750 B
{ "name": "createbase64img", "version": "1.0.8", "description": "convert img to base64 code", "main": "index.js", "scripts": { "test": "createbase64img" }, "bin": { "create": "./index.js" }, "author": { "name": "WangChloe", "email": "wangchloe@yeah.net", "url": "https://github.com/WangChloe" }, "repository" : { "type" : "git" , "url" : "https://github.com/WangChloe/createbase64img" }, "homepage": "https://github.com/WangChloe/createbase64img", "license": "MIT", "dependencies": { "art-template": "^4.13.1", "base64-img": "^1.0.4", "commander": "^2.18.0", "mkdirp": "^0.5.1", "open": "0.0.5" }, "keywords": [ "base64", "image", "nodejs小工具" ] }