forked from logbon72/angular-material-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 729 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
{
"name": "angular-material-datetimepicker",
"description": "A datetime picker for AngularJS Material",
"version": "1.2.6",
"keywords": [
"css",
"js",
"mobile-first",
"angular",
"material",
"angular-material",
"responsive",
"front-end",
"web"
],
"homepage": "https://logbon72.github.io/angular-material-datetimepicker",
"main": [
"js/angular-material-datetimepicker.min.js",
"css/material-datetimepicker.min.css"
],
"ignore": [
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra"
],
"dependencies": {
"momentjs": "~2.10.2",
"jquery": "~2.1.4",
"angular-material": "1.0.0-rc3"
}
}