-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
84 lines (84 loc) · 2.3 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "ri-backoffice",
"description": "Administration panel for route-injector package",
"version": "2.0.0",
"main": "index.js",
"authors": [
{
"name": "Alex Albalá",
"email": "alex.alaba@alteraid.com"
},
{
"name": "Juan López",
"email": "juan.lopez@alteraid.com"
},
{
"name": "Gerard Solé",
"email": "g.sole.ca@gmail.com"
}
],
"keywords": [
"backoffice",
"route-injector",
"angular"
],
"homepage": "https://github.com/RouteInjector/ri-backoffice",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.4.2",
"angular-route": "1.4.2",
"angular-sanitize": "1.5.8",
"ng-biscuit": "0.2.1",
"angular-schema-form": "https://github.com/Abaena/angular-schema-form.git#master",
"angular-ui-select": "0.19.6",
"angular-ui-ace": "bower",
"angular-ui-sortable": "0.15.0",
"angular-ui-bootstrap": "gh-pages",
"cinimex-angular-datepicker": "1.0.4",
"angular-spectrum-colorpicker": "./src/angular-spectrum-colorpicker",
"angular-schema-form-colorpicker": "./src/angular-schema-form-colorpicker",
"codemirror": "4.8",
"selectize": "0.12.4",
"jasny-bootstrap": "3.1.3",
"tx-tinymce": "0.0.8",
"safe-access": "0.2.0",
"angular-punch-card": "https://github.com/grsmv/angular-punch-card.git#3832f051c2",
"json-human": "0.1.1",
"ng-droplet": "0.5.16",
"d3": "3.5.6",
"nvd3": "1.1.15-beta",
"angularjs-nvd3-directives": "0.0.7",
"tinyvision": "1.0.1",
"bootstrap-sass-official": "3.3.3",
"jquery-ui": "1.10.4",
"tinymce": "4.4.3",
"html2canvas": "0.4.1",
"susy": "2.2.12",
"bourbon": "4.2.7",
"ngDialog": "0.6.4",
"angular-cookies": "1.5.8",
"angular-animate": "1.5.8",
"angular-translate": "2.13.1",
"angular-translate-loader-partial": "2.13.1",
"angular-translate-storage-local": "2.13.1",
"ui-leaflet": "2.0.0",
"angular-simple-logger": "0.1.7",
"angular-toArrayFilter": "^1.0.1",
"moment": "^2.24.0"
},
"resolutions": {
"angular": "1.4.2",
"d3": "3.5.6",
"jquery-ui": "1.10.4",
"jquery": "~1.10.2",
"angular-spectrum-colorpicker": "1.4.5",
"angular-schema-form-colorpicker": "0.1.1"
}
}