-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "frontui",
"version": "1.0.2",
"description": "a tools for Front-End development",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "frontpay FE Team",
"license": "Apache License",
"dependencies": {
"del": "^1.2.0",
"gulp": "^3.8.10",
"gulp-clean": "^0.3.1",
"gulp-connect": "^2.2.0",
"gulp-imagemin": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rimraf": "^0.1.1",
"gulp-umd": "^0.2.0",
"gulp-watch": "^3.0.0",
"gulp.spritesmith": "^3.8.2",
"imagemin-pngquant": "^4.1.0",
"merge-stream": "^0.1.7",
"nunjucks": "^1.1.0",
"through2": "^0.6.3"
},
"devDependencies": {
"browser-sync": "^2.7.9",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.2.2",
"gulp-html-replace": "^1.5.1",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.6",
"gulp-native2ascii": "0.0.3",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6"
}
}