forked from DestinyItemManager/DIM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
31 lines (31 loc) · 1.11 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
{
"name": "Destiny Item Manager",
"description": "A Google Chrome extension that can move items between Guardians and their Vault.",
"version": "2.2.0",
"homepage": "https://github.com/kyleshay/DIM",
"repository": {
"type": "git",
"url": "https://github.com/kyleshay/DIM.git"
},
"dependencies": {
"underscore": "~1.8.x",
"angular": "1.4.x",
"angular-animate": "1.4.x",
"angular-chrome-storage": "infomofo/angular-chrome-storage",
"angular-messages": "~1.3.x",
"angular-native-dragdrop": "https://github.com/angular-dragdrop/angular-dragdrop.git",
"angularjs-toaster": "~0.4.12",
"angular-ui-router": "~0.2.x",
"Angular.uuid2": "https://github.com/MBehtemam/angular-uuid.git",
"ngDialog": "~0.3.x",
"lz-string": "https://github.com/pieroxy/lz-string.git#~1.4.x",
"angular-promise-tracker": "~2.1.0",
"jquery": "~2",
"verge": "https://github.com/ryanve/verge.git",
"ScrollToFixed": "https://github.com/bigspotteddog/ScrollToFixed.git#~1.0.6",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5"
},
"resolutions": {
"angular": "1.4.x"
}
}