-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 981 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": "oleez-landing-page",
"version": "1.0.0",
"description": "Bootstrap 4 based Agency Landing Page",
"main": "index.html",
"scripts": {
"start": "gulp watch",
"vendors": "gulp buildVendors",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bootstrap4",
"landing-page",
"agency-landing-page",
"oleez-landing-page",
"bs4-landing-page"
],
"author": "Bootstrapdash",
"license": "Bootstrapdash Licence<https://www.BootstrapDash.com/license/>",
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"node-sass": "^4.13.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"aos": "^2.3.4",
"bootstrap": "^4.4.1",
"flag-icon-css": "^3.4.6",
"jquery": "^3.4.1",
"popper.js": "^1.16.1"
}
}