-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
46 lines (46 loc) · 1.05 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
{
"name": "angular_template",
"description": "AngularPlayground",
"main": "index.html",
"authors": [
"garyvh2"
],
"license": "ISC",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.4",
"angular": "^1.6.5",
"angular-route": "^1.6.5",
"angular-aria": "^1.6.5",
"angular-sanitize": "^1.6.5",
"angular-cookies": "^1.6.5",
"angular-touch": "^1.6.5",
"angular-ui-router": "^1.0.5",
"angular-upload": "^1.0.12",
"angular-ui-event": "^1.0.0",
"angular-messages": "^1.6.5",
"angular-material": "^1.1.4",
"angular-material-data-table": "^0.10.10",
"ngmap": "^1.18.4",
"cloudinary_ng": "1.x",
"lf-ng-md-file-input": "^1.5.2",
"ng-file-upload": "^12.2.13",
"angular-toastr": "^2.1.1",
"components-font-awesome": "^4.7.0",
"ngSweetAlert2": "^2.0.0"
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "~1.4.2"
},
"devDependencies": {
"angular-mocks": "^1.6.5"
}
}