-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 972 Bytes
/
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
{
"name": "workflow-gulp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.23.6",
"gulp": "4.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-cheerio": "^0.6.3",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.2.0",
"gulp-replace": "^0.6.1",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^3.2.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-sprite": "^1.4.0",
"gulp-svgmin": "^1.2.4",
"gulp-tinypng": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alikinvv/workflow-gulp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alikinvv/workflow-gulp/issues"
},
"homepage": "https://github.com/alikinvv/workflow-gulp#readme"
}