forked from jorgebc88/WebAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 1.14 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
{
"name": "Proyecto2.0",
"description": "",
"main": "",
"moduleType": [],
"license": "MIT",
"homepage": "https://github.com/jorgebc88/ProyectoFinal",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^2.2.0",
"jquery-sse": "^0.1.2",
"angular": "1.4.0",
"angular-cookies": "^1.5.0",
"angular-route": "^1.5.0",
"angular-resource": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-strap": "^2.3.7",
"angular-scroll": "^1.0.0",
"angular-sanitize": "^1.5.0",
"Chart.js": "^1.0.2",
"angular-chart.js": "^0.8.8",
"bootstrap-additions": "^0.3.1",
"angular-motion": "^0.4.3",
"datatables.net": "^1.10.11",
"datatables.net-bs": "^1.10.11",
"angular-datatables": "^0.5.3",
"datatables.net-select-bs": "^1.1.2",
"datatables.net-select": "^1.1.2",
"datatables.net-buttons": "^1.1.2",
"datatables.net-buttons-bs": "^1.1.2",
"Chart.HorizontalBar.js": "chart.horizontalbar#^1.0.3",
"eonasdan-bootstrap-datetimepicker": "^4.17.37",
"ui-select": "angular-ui-select#^0.14.9"
}
}