-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 726 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 726 Bytes
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": "summercms",
"description": "",
"main": "",
"authors": [
"Gary P Dong <Gary.P.Dong@BenQ.com>"
],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor/bower",
"test",
"tests"
],
"dependencies": {
"adminlte": "^2.3.6",
"fontawesome": "^4.6.3",
"smalot-bootstrap-datetimepicker ": "^2.3.11",
"DataTables": "^1.0.12",
"sweetalert2": "^6.3.2",
"dropzone": "^4.3.0",
"toastr": "^2.1.3",
"fileupload": "^9.12.5",
"fancybox": "^2.1.5",
"ionicons": "^2.0.1",
"cropper": "^2.3.4",
"echarts": "^3.3.1",
"vue": "^1.0.26",
"bootstrap-switch": "^3.3.2",
"ace": "^1.2.6"
}
}