forked from amcslobby/widget-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (42 loc) · 1.27 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
{
"name": "widget-image",
"version": "0.1.1",
"homepage": "https://github.com/Rise-Vision/widget-image",
"description": "Rise Vision Image Widget",
"main": "src/settings.html",
"keywords": [
"rise-vision",
"widget",
"image"
],
"license": "GPLv3",
"ignore": [
"**/.*",
"node_modules",
"src/components",
"test"
],
"devDependencies": {
"angular-mocks": "~1.3.0",
"q": "1.0.1",
"web-component-tester": "*"
},
"dependencies": {
"angular": "~1.3.0",
"angular-bootstrap": "~0.13.4",
"angular-route": "~1.3.0",
"rv-common-i18n": "https://github.com/Rise-Vision/common-i18n.git#1.3.39",
"rv-common-style": "https://github.com/Rise-Vision/common-style.git#1.3.42",
"rise-storage": "https://github.com/Rise-Vision/web-component-rise-storage.git#1.6.0",
"webcomponentsjs": "~0.7.11",
"widget-common": "https://github.com/Rise-Vision/widget-common.git#0.7.4",
"widget-settings-ui-components": "https://github.com/Rise-Vision/widget-settings-ui-components.git#1.5.2",
"widget-settings-ui-core": "https://github.com/Rise-Vision/widget-settings-ui-core.git#0.4.2"
},
"resolutions": {
"angular": "~1.3.0",
"angular-mocks": "~1.3.0",
"angular-sanitize": "~1.3.0",
"jquery": "~2.1.1"
}
}