-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 750 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 750 Bytes
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
{
"name": "widget-settings-ui-core",
"version": "0.5.0",
"homepage": "https://github.com/Rise-Vision/widget-settings-ui-core",
"authors": [
"Xiyang Chen <settinghead@gmail.com>"
],
"description": "Common components shared across Rise Vision widget settings UI",
"keywords": [
"rise-vision",
"settings",
"widget",
"ui"
],
"license": "GPLv3",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"angular-load": "~0.4.1",
"q": "1.0.1",
"jquery": "1.11.0",
"sinon": "~1.10.2"
},
"dependencies": {
"angular": "~1.3.0",
"angular-mocks": "^1.5.5"
},
"resolutions": {
"angular": "~1.3.0"
}
}