-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
59 lines (59 loc) · 1.84 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "meantorrent",
"description": "MEAN.JS BitTorrent - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js, a Private BitTorrent Tracker CMS",
"homepage": "https://github.com/taobataoma/meanTorrent.git",
"license": "MIT",
"dependencies": {
"angular": "~1.5.0",
"angular-animate": "~1.5.0",
"angular-bootstrap": "^2.5.0",
"angular-messages": "~1.5.0",
"angular-mocks": "~1.5.0",
"angular-resource": "~1.5.0",
"angular-ui-notification": "~0.2.0",
"angular-ui-router": "~0.2.18",
"bootstrap": "~3.3.6",
"ng-file-upload": "~12.1.0",
"owasp-password-strength-test": "~1.3.0",
"angular-translate": "^2.15.1",
"bootstrap-filestyle": "^1.2.1",
"Ionicons": "ionicons#^2.0.1",
"angular-moment": "^1.0.1",
"moment": "^2.18.1",
"angular-file-saver": "^1.1.3",
"file-saver": "^1.3.3",
"angular-sanitize": "1.5.11",
"marked": "^0.3.6",
"angular-marked": "^1.2.2",
"ui-cropper": "^1.0.4",
"highlightjs": "^9.10.0",
"angular-local-storage": "^0.5.2",
"flag-icon-css": "^2.8.0",
"jquery-popup-overlay": "https://github.com/vast-engineering/jquery-popup-overlay.git#^1.7.13",
"angular-json-tree": "^1.0.1",
"bootstrap-markdown": "toopay/bootstrap-markdown#master",
"ngprogress": "^1.1.3",
"jquery-awesome-cursor": "^0.3.1",
"jquery-textcomplete": "^1.8.4",
"angular-side-overlay": "^1.1.4",
"angular-ui-codemirror": "^0.3.0",
"codemirror": "^5.33.0",
"angular-lazy-img": "^1.5.1",
"sprintf": "^1.1.1",
"angular-cache": "^4.6.0",
"angular-filter": "^0.5.17",
"angular-chart.js": "^1.1.1"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/css/bootstrap-theme.css",
"less/bootstrap.less"
]
},
"jquery": {
"main": []
}
}
}