forked from DestinyItemManager/DIM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (41 loc) · 1.38 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
{
"name": "dim",
"description": "An item manager for Destiny.",
"version": "3.10.2",
"homepage": "https://github.com/DestinyItemManager/DIM",
"repository": {
"type": "git",
"url": "https://github.com/DestinyItemManager/DIM.git"
},
"dependencies": {
"Angular.uuid2": "https://github.com/MBehtemam/angular-uuid.git",
"AngularJS-Toaster": "https://github.com/DestinyItemManager/AngularJS-Toaster.git#master",
"angular": "~1.5.3",
"angular-animate": "1.5.x",
"angular-moment": "~0.10.3",
"angular-timer": "~1.3.4",
"angular-chrome-storage": "infomofo/angular-chrome-storage",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5",
"angular-messages": "~1.3.x",
"angular-native-dragdrop": "https://github.com/angular-dragdrop/angular-dragdrop.git",
"angular-promise-tracker": "~2.1.0",
"angular-ui-router": "~0.2.x",
"components-font-awesome": "~4.4.0",
"humanize-duration": "~3.9.1",
"jquery": "~2",
"lz-string": "https://github.com/pieroxy/lz-string.git#~1.4.x",
"ngDialog": "~0.5.x",
"underscore": "~1.8.x",
"angularjs-slider": "~2.10.2",
"angular-aria": "~1.5.0",
"jquery-textcomplete": "~1.3.2",
"ng-http-rate-limiter": "~1.0.0",
"zip.js": "*",
"sql.js": "*",
"angular-translate": "^2.11.1"
},
"resolutions": {
"angular": "~1.5.3",
"humanize-duration": "~3.9.1"
}
}