-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 819 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 819 Bytes
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
{
"name": "lawsApp",
"version": "0.0.0",
"dependencies": {
"angular": "~1.4.0",
"angular-animate": "~1.4.0",
"angular-bootstrap": "^2.3.0",
"angular-cookies": "~1.4.0",
"angular-input-stars-directive": "https://github.com/PauloLuan/angular-input-stars/archive/master.zip",
"angular-markdown-filter": "~1.2.0",
"angular-resource": "~1.4.0",
"angular-sanitize": "~1.4.0",
"angular-strap": "~2.3.8",
"angular-touch": "~1.4.0",
"angular-ui-router": "~0.2.15",
"animate.css": "~3.3.0",
"bootstrap-sass-official": "~3.3.4",
"fontawesome": "~4.3.0",
"jquery": "~2.1.4",
"moment": "~2.10.3",
"angular-nvd3": "^1.0.9"
},
"devDependencies": {
"angular-mocks": "~1.4.0"
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "~1.4.0"
}
}