-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
69 lines (69 loc) · 1.94 KB
/
bower.json
File metadata and controls
69 lines (69 loc) · 1.94 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "lets-angular-framework-core",
"version": "0.0.9",
"description": "Core Module for Lets Angular Framework Dependencies",
"authors": [
"Lets Comunica"
],
"dependencies": {
"angular": "1.4.1",
"angular-animate": "1.4.0",
"angular-cookies": "1.3.4",
"angular-touch": "1.3.4",
"angular-sanitize": "1.3.4",
"ngstorage": "0.3.7",
"jquery": "2.1.3",
"angular-ui-router": "0.2.13",
"bootstrap-sass": "3.3.4",
"angular-bootstrap": "~0.13.3",
"font-awesome": "~4.7.0",
"open-sans-fontface": "1.4.0",
"animate.css": "3.3.0",
"slimScroll": "1.3.6",
"widgster": "0.0.2",
"jquery-touchswipe": "1.6.9",
"angular-ui-event": "1.0.0",
"backgrid": "0.3.5",
"backgrid-paginator": "03632df8ad238e3d043c0fd471a6c78494e1bdfc",
"datatables": "~1.10.7",
"angular-resource": "~1.4.3",
"underscore": "~1.8.3",
"backbone": "~1.2.1",
"backbone.paginator": "~2.0.2",
"parsleyjs": "~2.1.3",
"restangular": "^1.5.2",
"angular-viacep": "^0.1.0",
"ng-cpf-cnpj": "^0.0.5",
"angular-ui-utils": "bower-jq",
"angular-ui-mask": "^1.8.3",
"moment": "^2.13.0",
"backgrid-moment-cell": "^0.3.8",
"satellizer": "^0.14.0",
"backgrid-filter": "^0.3.7",
"jquery-mask-plugin": "igorescobar/jQuery-Mask-Plugin#^1.14.0",
"angular-i18n": "^1.5.6",
"ngToast": "ngtoast#^2.0.0",
"PACE": "pace-ng-file-upload-patch#^1.0.3",
"ng-file-upload": "^12.0.4",
"angular-timer": "^1.3.5",
"angular-moment-filter": "*",
"checklist-model": "^0.11.0",
"moment-duration-format": "^2.2.1",
"angular-bootstrap-toggle": "^0.1.3",
"swangular": "^1.4.3",
"angular-bootstrap-colorpicker": "^3.0.32",
"angularjs-dropdown-multiselect": "^1.11.8"
},
"devDependencies": {},
"main": [
"./dist/lets.min.js",
"./dist/lets.min.css"
],
"ignore": [],
"keywords": [
"angular",
"directive",
"module"
],
"license": "MIT"
}