-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 1.17 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
{
"name": "diakonia",
"description": "Sistema Diakonia",
"main": "resources/assets/scripts/main.js",
"authors": [
"Marcos Freire <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/marcosdefontes/diakonia",
"moduleType": [
"globals",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.6.3",
"angular-messages": "1.6.3",
"angular-resource": "1.6.3",
"angular-sanitize": "1.6.3",
"angular-ui-mask": "^1.8.3",
"angular-ui-select": "^0.17.1",
"bootstrap": "3.3.*",
"components-font-awesome": "4.7",
"datetimepicker": "^2.5.3",
"image-picker": "^0.2.4",
"jquery": "2.2.4",
"moment": "^2.19.0",
"ng-remote-validate": "^0.6.1",
"ng-tags-input": "3.1.1",
"select2": "^4.0.2",
"angular-i18n": "1.6.3",
"angular-bootstrap": "2.5.0",
"toastr": "^2.1.3",
"slug": "^0.9.1",
"toolbar": "https://github.com/paulkinzett/toolbar.git#6ba6e2a"
}
}