forked from webdevsuperfast/bootstrap-for-genesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "bootstrap-for-genesis",
"version": "2.0.2",
"description": "An awesome Genesis Framework child theme using Bootstrap 4",
"main": "gulpfile.js",
"repository": "[email protected]:webdevsuperfast/bootstrap-for-genesis.git",
"author": "Rotsen Mark Acob <[email protected]>",
"license": "GPL-2.0",
"private": true,
"devDependencies": {
"autoprefixer": "^9.4.7",
"browser-sync": "^2.26.3",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.8",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-changed": "^3.2.0",
"gulp-concat": "^2.6.1",
"gulp-flatmap": "^1.0.2",
"gulp-jshint": "^2.1.0",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.1",
"gulp-wp-pot": "^2.3.3",
"jshint": "^2.9.7",
"merge-stream": "^1.0.1"
},
"dependencies": {
"bootstrap": "4.2.1",
"jquery": "^3.3.1",
"popper.js": "^1.14.7",
"smartmenus": "^1.1.0",
"smartmenus-bootstrap-4": "^0.1.0"
}
}