forked from eshengsky/iBlog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
48 lines (48 loc) · 1.19 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
47
48
{
"name": "iBlog2",
"description": "",
"main": "",
"authors": [
"Sky <[email protected]>"
],
"license": "MIT",
"moduleType": [],
"homepage": "https://github.com/eshengsky/iBlog2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/libs",
"test",
"tests"
],
"dependencies": {
"jquery": "2.2.1",
"bootstrap": "~3.3.6",
"font-awesome": "~4.5.0",
"fuelux": "~3.14.1",
"malihu-custom-scrollbar-plugin": "~3.1.3",
"jquery-qrcode": "https://github.com/lrsjng/jquery-qrcode.git#~0.12.0",
"lightbox2": "^2.8.2",
"scrollNav": "^2.6.0",
"sweetalert": "^1.1.3",
"jQuery-cycleText": "https://github.com/eshengsky/jQuery-cycleText.git",
"ace-builds": "^1.2.3",
"wookmark": "wookmark-jquery#^2.0.1",
"devbridge-autocomplete": "^1.2.24",
"animate.css": "^3.5.1",
"metisMenu": "^2.4.0",
"blueimp-file-upload": "fileupload#^9.11.2",
"bootstrap-table": "^1.10.0",
"lodash": "^4.2.1",
"form.validation": "*",
"jquery-sortable": "^0.9.13",
"js-md5": "^2.1.0",
"codemirror": "^5.11.0",
"switchery": "^0.8.1",
"supersized": "*"
},
"resolutions": {
"jquery": "2.2.1"
}
}