forked from monterail/angular-mighty-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
24 lines (24 loc) · 753 Bytes
/
Copy pathbower.json
File metadata and controls
24 lines (24 loc) · 753 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
{
"name": "angular-mighty-datepicker",
"version": "0.0.18",
"authors": [
"Krzysztof Jung <krzysztof.jung@monterail.com>",
"Patryk Peas <patryk.peas@monterail.com>",
"Kamil Nicieja <kamil.nicieja@monterail.com>",
"Bartosz Erbert <bartosz.erbert@monterail.com>"
],
"repository": "git://github.com/monterail/angular-mighty-datepicker.git",
"description": "Angular based datepicker with mighty options",
"main": [
"build/angular-mighty-datepicker.js",
"build/angular-mighty-datepicker.css"
],
"dependencies": {
"angular": ">= 1.2",
"angular-bindonce": "*",
"moment": "~2.6.0",
"moment-range": "~1.0.1"
},
"license": "MIT",
"homepage": "http://github.com/monterail/angular-mighty-datepicker"
}