image-magic
Version:
图片处理组件,提供自动合并雪碧图、压缩图片大小、尺寸缩放等方法。
34 lines (33 loc) • 885 B
JSON
{
"name": "image-magic",
"version": "1.0.9",
"description": "图片处理组件,提供自动合并雪碧图、压缩图片大小、尺寸缩放等方法。",
"main": "index.js",
"dependencies": {
"gm": "1.21.1",
"crypto": "0.0.3",
"lang-utils": "~1.0.0",
"images":"~3.0.0",
"file-plus": "~1.0.0"
},
"devDependencies": {},
"scripts": {
"preinstall": "node scripts/install-images.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lemonabc/image-magic.git"
},
"email": "ilemonabc@qq.com",
"author": {
"name": "lemonabc",
"email": "ilemonabc@qq.com"
},
"license": "ISC",
"readmeFilename": "readme.md",
"bugs": {
"url": "https://github.com/lemonabc/image-magic/issues"
},
"homepage": "https://github.com/lemonabc/image-magic"
}