-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 1.06 KB
/
bower.json
File metadata and controls
41 lines (41 loc) · 1.06 KB
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
{
"name": "mlds",
"version": "0.0.0",
"dependencies": {
"angular": "~1.2.16",
"angular-bootstrap": "~0.11.0",
"angular-cookies": "~1.2.16",
"angular-dynamic-locale": "0.1.1",
"angular-i18n": "1.2.5",
"angular-resource": "~1.2.16",
"angular-route": "~1.2.16",
"angular-sanitize": "~1.2.16",
"angular-translate": "~2.1.x",
"angular-translate-loader-static-files": "2.0.0",
"angular-translate-storage-cookie": "2.0.0",
"css3-mediaqueries-js": "*",
"es5-shim": "~2.0.8",
"html5shiv": "~3.7.0",
"jquery": "~1.10.2",
"js-base64": "~2.1.2",
"json3": "~3.2.4",
"modernizr": "3.7.0",
"respond": "~1.3.0",
"underscore": "~1.13.6",
"moment": "~2.11.2",
"placeholders": "~3.0.2",
"intl-tel-input": "~2.0.6",
"ngInfiniteScroll": "~1.0.0",
"font-awesome": "~4.2.0",
"ng-csv": "~0.3.1"
},
"devDependencies": {
"angular-mocks": "1.2.13",
"angular-scenario": "1.2.13"
},
"resolutions": {
"angular-translate": "~2.1.x",
"angular": "~1.2.16",
"moment": "2.29.4"
}
}