-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathbower.json
38 lines (38 loc) · 805 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
{
"name": "angular-material-date-picker",
"version": "0.2.0",
"authors": [
"Aleksey Maslakov"
],
"description": "Simple date picker built with angular material framework and based on lumx's date picker controller",
"main": [
"dist/am-date-picker.min.js",
"dist/css/am-date-picker_light-theme.css"
],
"repository": {
"type": "git",
"url": "git://github.com/unmade/am-date-picker.git"
},
"keywords": [
"picker",
"date picker",
"datepicker",
"am-date-picker"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.4.8",
"angular-material": ">=1.0.0",
"moment": "~2.10.6"
},
"devDependencies": {
"angular-mocks": "~1.4.8"
}
}