forked from rajeshwarpatlolla/ionic-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bower.json
37 lines (37 loc) · 916 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
{
"name": "ionic-datepicker",
"authors": [
"rajeshwarpatlolla <[email protected]>"
],
"description": "A date picker for ionic framework",
"main": [
"./dist/ionic-datepicker.bundle.min.js"
],
"keywords": [
"ionic-datepicker",
"ionic",
"datepicker",
"datepicker for ionic",
"datepicker for ionic framework"
],
"license": "MIT",
"homepage": "https://github.com/rajeshwarpatlolla",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"ionic": ">=0.9.27"
},
"_release": "ec1a9537fc",
"_resolution": {
"type": "commit",
"commit": "ec1a9537fc496fe87cbdfcd1a862c228992fad3a"
},
"_source": "https://github.com/nickpetrov/ionic-datepicker.git",
"_target": "ec1a9537fc496fe87cbdfcd1a862c228992fad3a",
"_originalSource": "https://github.com/nickpetrov/ionic-datepicker.git"
}