-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
49 lines (49 loc) · 1.4 KB
/
bower.json
File metadata and controls
49 lines (49 loc) · 1.4 KB
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
{
"name": "widget-settings-ui-components",
"version": "3.6.0",
"homepage": "https://github.com/Rise-Vision/widget-settings-ui-components",
"authors": [
"Rise Vision"
],
"description": "Common components shared across Rise Vision widget settings UI",
"keywords": [
"rise-vision",
"settings",
"widget",
"ui",
"components"
],
"license": "GPLv3",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"components",
"test"
],
"devDependencies": {
"angular-mocks": "~1.5.0",
"q": "1.0.1",
"sinon": "~1.10.2"
},
"dependencies": {
"angular-bootstrap-slider": "~0.0.6",
"angular-load": "~0.4.1",
"angular-ui-tinymce": "0.0.18",
"bootstrap-form-components": "https://github.com/Rise-Vision/bootstrap-form-components.git",
"bootstrap-sass-official": "~3.2.0",
"component-storage-selector": "https://github.com/Rise-Vision/component-storage-selector.git",
"common-header": "https://github.com/Rise-Vision/common-header.git",
"rv-angular-bootstrap-colorpicker": "https://github.com/Rise-Vision/angular-bootstrap-colorpicker.git",
"spectrum": "https://github.com/Rise-Vision/spectrum.git"
},
"resolutions": {
"angular": "~1.5.0",
"angular-mocks": "~1.5.0",
"angular-sanitize": "~1.5.0",
"angular-ui-router": "^0.2.18",
"angular-ui-tinymce": "0.0.18",
"font-awesome": "4.7.0",
"jquery": "1.11.0"
}
}