-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
38 lines (38 loc) · 894 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
36
37
38
{
"name": "grunt-estudo",
"authors": [
"Clézio Santos <[email protected]>"
],
"description": "",
"main": "",
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.4",
"angular-resource": "^1.5.4",
"bootstrap": "^3.3.6",
"angular-route": "^1.5.4",
"angular-cookies": "^1.5.4",
"angular-spinner": "^0.8.1",
"angular-loading-spinner": "^0.0.3",
"bootbox.js": "bootbox#^4.4.0",
"angular-flash-alert": "^2.2.7",
"ui-select": "angular-ui-select#^0.16.1",
"angularjs-dropdown-multiselect": "^1.5.2",
"angular-bootstrap": "^1.3.2",
"lodash": "^4.11.2"
},
"resolutions": {
"angular": "^1.5.4",
"angular-spinner": "0.8.1",
"angularjs-dropdown-multiselect": "^1.5.2",
"lodash": "^4.11.2"
}
}