-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 837 Bytes
/
bower.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
{
"name": "jquery-master",
"authors": [
"Hà Vĩnh Thái <[email protected]>"
],
"description": "Share example about jQuery and jQuery's Libraries",
"main": "",
"license": "MIT",
"homepage": "https://github.com/havinhthai/jQuery-projects",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.2.1",
"font-awesome": "^4.7.0",
"bootstrap": "^3.3.7",
"jquery.easing": "^1.3.1",
"fancybox": "^3.0.47",
"gsap": "greensock#^1.19.1",
"wow": "^1.1.2",
"isotope": "^3.0.4",
"Croppie": "croppie#^2.4.1",
"exif": "*",
"fullpage.js": "fullpage#^2.9.4",
"sweetalert2": "^6.6.4",
"moment": "momentjs#^2.18.1",
"fine-uploader": "^5.13.0",
"dropzone": "^5.1.1",
"quill": "^1.3.2"
}
}