-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
60 lines (60 loc) · 1.58 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "AppName",
"version": "0.0.0",
"homepage": "https://github.com/JesusGuerrero/MAHRIO",
"authors": [
"JesusRocha"
],
"main": "server/index.js",
"license": "private",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.3.6",
"angular-route": "1.3.6",
"angular-resource": "1.3.6",
"angular-sanitize": "1.3.6",
"angular-animate": "1.3.6",
"angular-touch": "1.3.6",
"angular-loading-bar": "~0.6.0",
"angular-cookies": "1.3.6",
"bootstrap": "~3.3.1",
"jquery": "http://code.jquery.com/jquery-2.1.0.min.js",
"fontawesome": "https://github.com/FortAwesome/Font-Awesome.git#~4.4.0",
"angular-ui-router": "~0.2.13",
"angular-underscore": "~0.5.0",
"underscore": "~1.8.2",
"angular-socket-io": "~0.7.0",
"socket.io-client": "~1.3.5",
"jquery-ui": "~1.11.4",
"fullcalendar": "~2.3.1",
"angular-ui-bootstrap": "~0.13.0",
"requirejs": "~2.1.17",
"jquery.videoBG": "*",
"bootstrap3-wysihtml5-bower": "~0.3.3",
"icheck": "~1.0.2",
"jquery.slimscroll": "~1.3.3",
"fastclick": "~1.0.6",
"ionicons": "~2.0.1",
"bootstrap-submenu": "~1.2.13",
"matchHeight": "~0.6.0",
"angular-ui-sortable": "~0.13.4",
"angular-chart.js": "~0.7.3",
"eonasdan-bootstrap-datetimepicker": "~4.17.37",
"angular-moment": "~0.10.3"
},
"devDependencies": {
"angular-mocks": "1.3.6",
"angular-scenario": "1.3.6"
},
"resolutions": {
"angular": "1.3.6",
"jquery": ">= 1.9.1"
}
}