This repository has been archived by the owner on May 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 982
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"name": "lrz", | ||
"version": "4.1.4", | ||
"homepage": "https://github.com/think2011/localResizeIMG4", | ||
"authors": [ | ||
"think2011 <[email protected]>" | ||
], | ||
"description": "前端本地客户端压缩图片,兼容IOS,Android,PC、自动按需加载文件", | ||
"main": "dist/lrz.bundle.js", | ||
"keywords": [ | ||
"lrz", | ||
"localResizeIMG", | ||
"前端压缩图片", | ||
"前端图片压缩", | ||
"压缩图片" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests", | ||
"src", | ||
"gulpfile.js", | ||
"webpack.config.js" | ||
] | ||
} |