-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json~
executable file
·35 lines (35 loc) · 919 Bytes
/
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
{
"name": "cerebrumnode",
"version": "1.0.2",
"dependencies": {
"Font-Awesome": "~4.3.0",
"angucomplete-alt": "~0.0.38",
"angular": "~1.3.15",
"angular-animate": "v1.3.x",
"angular-aria": "^1.3.x",
"angular-cookies": "1.3.15",
"angular-datatables": "~0.4.3",
"angular-google-places-autocomplete": "~0.2.4",
"angular-material": "^0.8.0",
"angular-route": "latest",
"angular-sanitize": "~1.4.5",
"angular-ui-router": "0.2.13",
"angular-ui-select3": "ui-select#*",
"bootstrap": "latest",
"datatables": "~1.10.7",
"datatables-tabletools": "~2.2.4",
"jquery": "latest",
"jquery-ui": "~1.11.4",
"ng-pdfviewer": "~0.2.1",
"angular-pdf": "~1.2.0",
"materialize": "~0.97.0",
"select2": "~4.0.0"
},
"devDependencies": {
"angular-material": "~0.8.3"
},
"resolutions": {
"angular": "~1.3.15",
"select2": "~3.4"
}
}