forked from tympanix/Electorrent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 929 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
{
"name": "electorrent",
"description": "An Electron/Node/AngularJS remote client app for uTorrent server",
"main": "app.js",
"authors": [
"Mathias Mortensen"
],
"license": "GPL-3.0",
"keywords": [
"utorrent"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.5.9",
"angular-resource": "~1.5.9",
"semantic": "^2.2.2",
"moment": "momentjs#^2.13.0",
"jquery": "^3.0.0",
"angular-animate": "~1.5.9",
"ngInfiniteScroll": "^1.2.2",
"angular-marked": "^1.2.1",
"angular-xmlrpc": "https://github.com/tympanix/angular-xmlrpc.git#master",
"angular-ui-sortable": "^0.16.1",
"underscore": "^1.8.3",
"angular-table-resize": "^2.0.0",
"base64-js": "^1.2.0",
"fuse.js": "^3.0.5"
},
"resolutions": {
"angular": "1.5.8",
"jquery": ">=3.1.x"
}
}