forked from Tencent/QMUI_Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.26 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
48
49
50
51
{
"name": "qmui_web",
"version": "1.2.2",
"description": "一个旨在提高 UI 开发效率、快速产生项目 UI 的前端框架",
"repository": {
"type": "git",
"url": "git+https://github.com/QMUI/qmui_web.git"
},
"main": "gulpfile.js",
"dependencies": {
"del": "^2.2.1",
"gulp": "^3.9.0",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-file-include": "^0.14.0",
"gulp-file-sync": "^1.0.5",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-merge-link": "^0.1.3",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.6",
"imagemin-pngquant": "^5.0.0",
"browser-sync": "^2.14.0",
"js-md5": "^0.4.1",
"mkdirp": "^0.5.1",
"path": "^0.12.7",
"yargs": "^5.0.0"
},
"devDependencies": {
"lodash": "^4.13.1",
"sassdoc": "^2.1.20"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"QMUI"
],
"author": "QMUI Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/QMUI/qmui_web/issues"
},
"homepage": "http://qmuiteam.com/web/"
}