-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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
{
"name": "gulp-starterkit",
"version": "1.0.0",
"description": "Automate and Enhance your development environment using Gulp v3",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "gulp serve",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/connect2samita/gulp-automation-v3.git"
},
"keywords": [
"gulp",
"gulp-sass",
"gulp-concat",
"gulp-data",
"gulp-nunjucks-render",
"gulp-rename",
"gulp-sass",
"gulp-uglify",
"browser-sync",
"samita",
"mondal",
"samitalinx",
"connect2samita",
"samitamon",
"samitamon@gmail.com"
],
"author": "Samita Mondal",
"license": "ISC",
"bugs": {
"url": "https://github.com/connect2samita/gulp-automation-v3/issues"
},
"homepage": "https://github.com/connect2samita/gulp-automation-v3#readme",
"dependencies": {
"browser-sync": "^2.27.9",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-nunjucks-render": "^2.2.3",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^1.0.0"
}
}