-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 1010 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 1010 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
{
"name": "EnergyMeshApp",
"version": "1.0.0",
"description": "Energy Mesh app",
"main": "public/index.html",
"author": "Nguyen Duong Kim Hao",
"license": "MIT",
"private": true,
"dependencies": {
"jquery": "~2.1.4",
"bootstrap": "~3.3.6",
"sweetalert": "~1.1.3",
"angular": "~1.4.8",
"angular-ui-router": "~0.2.15",
"angular-loading-bar": "~0.8.0",
"angular-bootstrap": "~0.14.3",
"font-awesome": "~4.5.0",
"typed.js": "~1.1.1",
"angular-cookies": "~1.4.8",
"metisMenu": "~2.2.0",
"highstock": "git://github.com/highcharts/highstock-release#~4.2.0",
"footable": "~2.0.3",
"AngularJS-Toaster": "angularjs-toaster#~0.4.181",
"angular-animate": "~1.4.8",
"ng-file-upload": "~10.1.11",
"async": "~1.5.0",
"malihu-custom-scrollbar-plugin": "~3.1.3",
"moment": "~2.10.6",
"please-wait": "~0.0.5",
"SpinKit": "spinkit#~1.2.5",
"angular-sanitize": "~1.4.8",
"angular-bootstrap-datetimepicker": "~0.4.0"
}
}