forked from fragaria/angular-daterangepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 750 Bytes
/
bower.json
File metadata and controls
26 lines (26 loc) · 750 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
{
"name": "angular-daterangepicker",
"version": "0.1.10",
"homepage": "https://github.com/fragaria/angular-daterangepicker",
"main": "js/angular-daterangepicker.js",
"authors": [
"Filip Vařecha <filip.varecha@fragaria.cz>",
"Tibor Kulčár <tibor.kulcar@fragaria.cz>",
"Lukáš Marek <lukas.marek@fragaria.cz>"
],
"description": "Angular.js wrapper for Dan Grosmann's bootstrap date range picker (https://github.com/dangrossman/bootstrap-daterangepicker).",
"license": "Apache",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.17",
"bootstrap": "^v3.0.0",
"bootstrap-daterangepicker": "^1.3.7"
}
}