gulp-imgcache
Version:
将从管道中读取的文件的路径打包整理成json文件输出
25 lines (24 loc) • 497 B
JSON
{
"name": "gulp-imgcache",
"version": "1.0.10",
"description": "将从管道中读取的文件的路径打包整理成json文件输出",
"main": "./index.js",
"license": "MIT",
"dependencies": {
"through2": "*",
"gulp-util": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/qiqiboy/gulp-imgcache.git"
},
"keywords": [
"gulpplugin",
"imgcache",
"image-paths"
],
"author": {
"name": "qiqiboy",
"email": "imqiqiboy@gmail.com"
}
}