-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
43 lines (43 loc) · 1.25 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
{
"name": "cbt-crossword-web",
"version": "1.0.0-alpha1",
"repository": {
"type": "git",
"url": "https://github.com/labibramadhan/cbt-crossword-web.git"
},
"dependencies": {
"angular": "1.6.1",
"angular-acl": "^0.1.7",
"angular-animate": "^1.5.0",
"angular-aria": "^1.5.0",
"angular-chart.js": "^1.0.2",
"angular-ckeditor": "^1.0.3",
"angular-formly-material": "^0.14.3",
"angular-i18n": "^1.5.8",
"angular-live-set": "*",
"angular-loader": "~1.5.0",
"angular-material": "^1.1.0",
"angular-material-data-table": "^0.10.9",
"angular-material-datetimepicker": "^1.4.0",
"angular-material-sidemenu": "^1.0.1",
"angular-mocks": "~1.5.0",
"angular-resource": "^1.5.8",
"angular-route": "~1.5.0",
"angular-translate": "^2.13.1",
"angular-ui-router": "^0.3.1",
"html5-boilerplate": "^5.3.0",
"js-xlsx": "^0.8.0",
"moment": "^2.14.1",
"moment-range": "^2.2.0",
"moment-duration-format": "^1.3.0",
"ngstorage": "^0.3.11",
"papaparse": "mholt/PapaParse#^4.1.2",
"angular-translate-loader-static-files": "^2.13.1"
},
"resolutions": {
"angular": "1.6.1",
"angular-material": "^1.1.0",
"angular-animate": "^1.5.0",
"angular-aria": "^1.5.0"
}
}