-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 KB
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
{
"name": "alpha_机构管理后台",
"author": "frontui",
"description": "机构管理后台",
"version": "beta",
"main": "gulpfile.js",
"scripts": "",
"repository": {
"type": "git",
"url": "git+https://github.com/frontui/alpha.git"
},
"bugs": {
"url": "https://github.com/frontui/alpha.git/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/frontui/alpha.git#readme",
"dependencies": {
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-bower": "*",
"gulp-changed": "^1.3.0",
"gulp-connect": "^2.2.0",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.7.1",
"gulp-imagemin": "^2.3.0",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.2.0",
"gulp-newer": "^0.5.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-zip": "^3.2.0",
"gulp.spritesmith": "^4.0.0",
"imagemin-pngquant": "^4.1.2",
"merge": "^1.2.0",
"merge-stream": "^1.0.0",
"nunjucks": "^1.3.4",
"path": "^0.11.14",
"through2": "^2.0.0"
}
}