-
Notifications
You must be signed in to change notification settings - Fork 18
/
bower.json
34 lines (34 loc) · 862 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
{
"name": "jackblog-angular1",
"version": "1.2.4",
"dependencies": {
"angular": "1.3.13",
"angular-animate": "~1.4.0",
"angular-bootstrap": "~0.13.3",
"angular-cookies": "~1.4.0",
"angular-resource": "~1.4.3",
"angular-sanitize": "~1.4.0",
"angular-touch": "~1.4.0",
"angular-ui-router": "~0.2.15",
"AngularJS-Toaster": "angularjs-toaster#~0.4.15",
"animate.css": "~3.3.0",
"bootstrap-markdown": "~2.9.0",
"bootstrap-sass": "~3.3.5",
"bower": "*",
"font-awesome": "~4.3.0",
"install": "~1.0.4",
"jquery": "~1.11.3",
"markdown-it": "~4.4.0",
"marked": "~0.3.4",
"ng-file-upload": "~5.0.9",
"ng-lodash": "~0.2.3",
"ngprogress": "~1.1.1"
},
"devDependencies": {
"angular-mocks": "~1.4.0"
},
"resolutions": {
"jquery": "~1.11.3",
"angular": "~1.4.0"
}
}