-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
46 lines (46 loc) · 1.26 KB
/
bower.json
File metadata and controls
46 lines (46 loc) · 1.26 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
{
"name": "smart-plug",
"version": "1.0.0",
"dependencies": {
"jquery": "^3.2.1",
"json3": "^3.3.1",
"es5-shim": "^4.5.9",
"angular": "^1.6.7",
"angular-resource": "^1.6.7",
"angular-cookies": "^1.6.7",
"angular-sanitize": "^1.6.7",
"angular-bootstrap": "^2.5.0",
"font-awesome": "^4.7.0",
"lodash": "^4.17.4",
"angular-socket-io": "^0.7.0",
"angular-ui-router": "^1.0.11",
"angular-validation-match": "^1.9.0",
"angular-markdown-filter": "^1.4.0",
"angular-marked": "^1.2.2",
"highlightjs": "^9.12.0",
"angular-paginate-anything": "^4.2.0",
"angular-relative-date": "^2.1.1",
"angular-ui-sortable": "^0.18.0",
"jquery-ui": "^1.12.1",
"angular-ui-tree": "^2.22.6",
"zeroclipboard": "^2.3.0",
"ng-clip": "^0.2.6",
"angular-i18n": "^1.6.7",
"pickadate": "^3.5.6",
"angular-ui-select": "^0.19.8",
"angular.treeview": "*",
"angular-bootstrap-checkbox": "^0.5.1",
"bootstrap-markdown": "^2.10.0",
"ng-file-upload": "^12.2.13",
"bootstrap": "v4.0.0-alpha.6",
"popper.js": "^1.12.9"
},
"devDependencies": {
"angular-mocks": "^1.6.7"
},
"resolutions": {
"angular": "^1.6.7",
"zeroclipboard": "^2.3.0",
"bootstrap": "v4.0.0-alpha.6"
}
}