forked from rafialikhan/angular-schema-form-datefields
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 849 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 849 Bytes
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
{
"name": "angular-schema-form-datefields",
"description": "A plugin to display a datefields for selecting a date.",
"main": "angular-schema-form-datefields.js",
"authors": [
"Rafi Ali Khan & Vikas Konsam (zool.in)"
],
"moduleType": [
"globals"
],
"version": "0.1.0",
"license": "MIT",
"keywords": [
"angular-schema-form-add-on",
"angular-schema-form",
"schema-form",
"json-schema"
],
"homepage": "https://github.com/rafialikhan/angular-schema-form-datefields",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-schema-form": ">= 0.7",
"ngComboDatePicker": "https://github.com/jfmdev/ngComboDatePicker.git#master"
},
"devDependencies": {
"angular-schema-form": ">= 0.7",
"angular-mocks": ">= 1.2"
}
}