-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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
{
"name": "easy-gulp-tasker",
"version": "1.0.15",
"description": "mainly focused on simplifying on creating gulp config / task to speed up the development process.",
"main": "index.js",
"bugs": {
"url": "https://github.com/varunsridharan/easy-gulp-tasker/issues"
},
"homepage": "https://github.com/varunsridharan/easy-gulp-tasker#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/varunsridharan/easy-gulp-tasker.git"
},
"author": "Varun Sridharan <[email protected]> (http://varunsridharan.in)",
"license": "GPL-3.0-or-later",
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"fancy-log": "*",
"gulp": "*",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "*",
"gulp-clean-css": "^4.3.0",
"gulp-combine-files": "*",
"gulp-concat": "*",
"gulp-notify": "*",
"gulp-rename": "^2.0.0",
"gulp-revert-path": "*",
"gulp-sass": "*",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "*",
"supports-color": "^7.2.0",
"uglifyjs-webpack-plugin": "^2.1.2",
"vinyl-named": "^1.1.0",
"webpack-stream": "^6.1.0"
}
}