-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 834 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
{
"name": "confer-conference-event-html-template",
"version": "1.0.0",
"description": "Confer - Conference Event HTML Template",
"main": "index.js",
"scripts": {
"start": "gulp"
},
"author": "colorlib",
"license": "CC-BY-3.0",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1"
},
"dependencies": {
"bootstrap": "^4.3.1",
"counterup": "^1.0.2",
"elegant-icons": "0.0.1",
"font-awesome": "^4.7.0",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6",
"jarallax": "^1.10.6",
"jquery": "^2.2.4",
"jquery-countdown": "^2.2.0",
"jquery-waypoints": "^2.0.5",
"jquery.easing": "^1.4.1",
"magnific-popup": "^1.1.0",
"material-design-iconic-font": "^2.2.0",
"owl.carousel2": "^2.2.1",
"popper.js": "^1.14.5",
"wowjs": "^1.1.3"
}
}