forked from psychowood/ng-torrent-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
35 lines (35 loc) · 1.02 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
{
"name": "ng-torrent-ui",
"description": "Angular + (flat) Boostrap (μ)Torrent Web UI",
"version": "0.7.1",
"dependencies": {
"angular": "~1.4",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"angular-resource": "~1.4",
"angular-cookies": "~1.4",
"angular-sanitize": "~1.4",
"angular-animate": "~1.4",
"angular-route": "~1.4",
"angular-vs-repeat": "1.0.0-rc13",
"angular-toastr": "~0.5.1",
"angular-bootstrap": "~0.14.3",
"ng-file-upload": "~2.0.5",
"angular-translate-loader-url": "~2.5.2",
"angular-translate": "~2.5.2",
"flatstrap-css-only": "~3.3.1",
"ng-tags-input": "~3.0.0",
"angular-moment": "~0.10.3",
"moment": "~2.10.6",
"angular-long-press": "^0.2.0",
"angular-qrcode": "monospaced/angular-qrcode#^6.2.1",
"angular-socialshare": "angularjs-socialshare#^2.1.2",
"components-font-awesome": "^4.5.0"
},
"devDependencies": {
"angular-mocks": "~1.4",
"angular-scenario": "~1.4",
"angular-ipsum": "~0.0.4"
},
"appPath": "app"
}