-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 886 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 886 Bytes
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
{
"name": "gulpazan",
"version": "2.0.2",
"description": "The easiest workflow for frontend development.",
"main": "index.js",
"scripts": {
"start": "node index",
"dev": "nodemon index"
},
"repository": {
"type": "git",
"url": "https://github.com/babilkuyusu/gulpazan.git"
},
"author": "Halil İbrahim Çakıroğlu",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.23.6",
"del": "^5.1.0",
"fs": "0.0.1-security",
"gerillass": "^1.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cache": "^1.0.2",
"gulp-data": "^1.3.1",
"gulp-nunjucks-render": "^2.2.3",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4"
},
"dependencies": {
"bootstrap": "^4.3.1",
"browserslist": "^4.8.2",
"caniuse-lite": "^1.0.30001017",
"jquery": "^3.5.1",
"popper.js": "^1.15.0"
}
}