-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
40 lines (39 loc) · 830 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
39
40
{
"name": "ng.daterangepicker-bootstrap",
"description": "Date Range Picker for Bootstrap",
"version": "1.0.2",
"keywords": [
"Bootstrap",
"js",
"front-end",
"web",
"Angular"
],
"homepage": "http://miamarti.github.io/ng.daterangepicker/",
"main": ["dist/ng-daterange.min.js"],
"ignore": [
"bower_components",
"node_modules",
"/.*",
"**/.*",
"build",
"speed",
"test",
"*.md"
],
"authors": [
{
"name": "Miller Augusto S. Martins",
"email": "[email protected]",
"homepage": "http://br.linkedin.com/pub/miller-augusto/2a/38b/832/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/miamarti/ng.daterangepicker"
},
"dependencies": {
"jquery": ">= 1.9.1",
"bootstrap" : "*"
}
}