forked from duguncom/dugun-forms
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
38 lines (38 loc) · 896 Bytes
/
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
{
"name": "dugun-forms",
"version": "1.7.7",
"description": "Easy to use directives to generate form fields",
"authors": [
"Ege Sertçetin"
],
"homepage": "https://github.com/duguncom/dugun-forms",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.5.0",
"angular-sanitize": "~1.5.0",
"angular-ui-mask": "^1.8.2",
"angular-moment": "^0.10.3",
"angular-daterangepicker": "^0.2.2",
"angular-bootstrap": "angular-ui-bootstrap-bower#^1.3.2",
"angular-jquery-timepicker": "^0.11.0",
"textAngular": "^1.5.16",
"ui-select": "angular-ui-select#^0.19.8",
"select2-bootstrap-css": "^1.4.6",
"angular-i18n": "~1.5.0"
},
"main": [
"dist/main.js"
],
"devDependencies": {
"angular-mocks": "~1.5.0"
},
"resolutions": {
"angular": "^1.5"
}
}