-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathbower.json
46 lines (46 loc) · 1.13 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "antony",
"authors": [
"leantony <[email protected]>"
],
"description": "Project dependencies",
"main": "",
"license": "MIT",
"homepage": "",
"dependencies": {
"jquery": "1.11.3",
"bootswatch-dist": "flatly",
"bootstrap-rating": "~1.1.*",
"echojs": "~1.7.*",
"eonasdan-bootstrap-datetimepicker": "~4.7.14",
"devbridge-autocomplete": "~1.2.18",
"elevatezoom": "https://github.com/elevateweb/elevatezoom.git#~2.2.3",
"formvalidation": "https://github.com/formvalidation/formvalidation.git",
"bootstrap-table": "~1.7.0",
"animate.css": "~3.2.6",
"yamm3": "~1.1.0",
"bootstrap-hover-dropdown": "~2.1.3",
"WOW": "~1.1.2",
"fontawesome": "~4.3.0",
"summernote": "~0.6.3",
"lightbox2": "~2.7.1",
"select2": "~3.5.2",
"sweetalert": "~0.5.0",
"scrollup": "~2.4.1",
"datatables-bootstrap3": "*",
"datatables": "~1.10.7",
"pace": "~1.0.2",
"owl.carousel": "^2.1.5"
},
"resolutions": {
"jquery": "1.11.3"
},
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}