-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 865 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
{
"name": "gulp-starter",
"version": "1.0.0",
"description": "test",
"main": "index.js",
"author": "Sciampagna Loïc",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.1",
"@fortawesome/fontawesome-free-brands": "^5.0.3",
"@fortawesome/fontawesome-free-solid": "^5.0.3",
"@fortawesome/fontawesome-free-webfonts": "^1.0.2",
"global": "^4.3.2",
"gulp": "^3.9.1",
"gulp-cli": "^2.0.0",
"gulp-wait": "^0.0.2",
"jquery": "^3.2.1",
"owl.carousel": "^2.2.0"
},
"devDependencies": {
"browser-sync": "^2.23.3",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-html-extend": "^1.1.6",
"gulp-jsmin": "^0.1.5",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-strip-css-comments": "^2.0.0",
"run-sequence": "^2.2.1"
}
}