forked from think2011/localResizeIMG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "lrz",
"version": "4.9.40",
"description": "前端本地客户端压缩图片,兼容IOS,Android,PC、自动按需加载文件",
"main": "dist/lrz.all.bundle.js",
"scripts": {
"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"
}
}