-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·46 lines (46 loc) · 1.32 KB
/
Copy pathbower.json
File metadata and controls
executable file
·46 lines (46 loc) · 1.32 KB
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": "espire",
"version": "1.0",
"main": "app/index.html",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"appPath": "app",
"dependencies": {
"jquery": "1.9.1 - 2",
"bootstrap": "~4.0.0-beta.2",
"datatables": "~1.10.15",
"popper.js": "~1.12.3",
"perfect-scrollbar": "~0.6.7",
"PACE": "https://github.com/HubSpot/pace.git",
"nouislider ": "~10.1.0",
"noty": "~2.3.5",
"jquery.sparkline": "http://omnipotent.net/jquery.sparkline/2.1.2/jquery.sparkline.js",
"twitter-bootstrap-wizard": "https://github.com/VinceG/twitter-bootstrap-wizard.git#master",
"rickshaw": "~1.6.1",
"moment": "~2.18.1",
"imagesloaded": "~4.1.2",
"masonry": "~4.2.0",
"photoswipe": "~4.1.2",
"bower-jvectormap": "~1.2.2",
"jquery-validation": "~1.15.0",
"bootstrap-datepicker": "~1.6.1",
"bootstrap-daterangepicker": "~2.1.19",
"bootstrap-timepicker": "~0.5.2",
"summernote": "^0.8.10",
"fullcalendar": "~2.7.2",
"sweetalert": "https://github.com/t4t5/sweetalert.git#~0.3.0",
"selectize": "https://github.com/selectize/selectize.js.git",
"d3": "~3.5.17",
"nvd3": "^1.7.1",
"chart.js": "^2.5.0",
"sticky": "~1.0.4"
},
"devDependencies": {
"summernote": "^0.8.10",
"perfect-scrollbar": "^0.8.1"
}
}