-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.56 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
52
53
54
55
{
"name": "gulp-platform-template",
"version": "1.0.0",
"description": "使用gulp构建项目,实现项目工程化",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"bootstrap": "^3.3.7",
"eslint": "^3.14.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-csslint": "^1.0.0",
"gulp-csso": "^2.0.0",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^5.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-iconfont": "^8.0.1",
"gulp-iconfont-css": "^2.1.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-inject": "^4.2.0",
"gulp-load-plugins": "^1.4.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.4.0",
"gulp-svg-symbols": "^2.0.2",
"gulp-svgstore": "^6.1.0",
"gulp-uglify": "^2.0.0",
"gulp.spritesmith": "^6.3.0",
"jquery": "^3.1.1",
"raphael": "^2.2.7",
"stream-series": "^0.1.1",
"vinyl-buffer": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huang-qing/gulp-platform-template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/huang-qing/gulp-platform-template/issues"
},
"homepage": "https://github.com/huang-qing/gulp-platform-template#readme"
}