forked from okrasn/Ch-041
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (42 loc) · 1013 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
39
40
41
42
{
"name": "rss_reader",
"description": "Rss reader aplication.",
"main": "app.js",
"authors": [
"Ch-041"
],
"license": "ISC",
"keywords": [
"rss",
"reader"
],
"homepage": "https://github.com/nromanen/Ch-041",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.8",
"angular-ui-router": "^0.3.1",
"ng-file-upload": "",
"jquery": "^3.1.0",
"angular-file-upload": "^2.3.4",
"bootstrap": "^3.3.7",
"ui-bootstrap": "~2.0.0",
"jpkleemans-angular-validate": "^1.1.1",
"angular-favicon": "^0.3.2",
"angular-material": "^1.0.9",
"angular-drag-and-drop-lists": "^1.4.0",
"font-awesome": "fontawesome#^4.6.3",
"satellizer": "^0.15.4",
"angular-jwt": "^0.1.1",
"angular-toastr": "^2.0.0",
"angular-socialshare": "angularjs-socialshare#^2.2.5",
"angular-bootstrap": "^2.1.2",
"angular-touch": "^1.5.8",
"angular-mocks": "^1.5.8"
}
}