UNPKG

@jysd/lrz

Version:

前端本地客户端压缩图片,兼容IOS,Android,PC、自动按需加载文件

49 lines (48 loc) 1.27 kB
{ "name": "@jysd/lrz", "version": "4.9.41", "description": "前端本地客户端压缩图片,兼容IOS,Android,PC、自动按需加载文件", "main": "dist/lrz.all.bundle.js", "scripts": { "build": "webpack", "test": "node ./node_modules/karma/bin/karma start" }, "repository": { "type": "git", "url": "https://github.com/think2011/localResizeIMG.git" }, "keywords": [ "lrz", "localResizeIMG", "前端压缩图片", "前端图片压缩", "压缩图片" ], "bugs": { "url": "https://github.com/think2011/localResizeIMG/issues" }, "author": "think2011", "license": "MIT", "devDependencies": { "chai": "^3.2.0", "gulp": "^3.9.0", "gulp-clean": "^0.3.1", "gulp-load-plugins": "^0.10.0", "gulp-replace": "^0.5.4", "gulp-static-hash": "^0.1.3", "gulp-webpack": "^1.5.0", "karma": "^0.13.8", "karma-chai": "^0.1.0", "karma-mocha": "^0.2.0", "karma-phantomjs-launcher": "^0.2.1", "karma-spec-reporter": "0.0.20", "karma-webpack": "^1.7.0", "mocha": "^2.2.5", "phantomjs": "^1.9.17", "webpack": "^1.11.0" }, "dependencies": { "gulp-insert": "^0.5.0", "gulp-rename": "^1.2.2" } }