forked from Toilal/ng-pickadate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 710 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 710 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
27
28
29
30
31
{
"name": "ng-pickadate",
"description": "AngularJS directives for pickadate.js",
"version": "0.2.4",
"authors": [
"Rémi Alvergnat <[email protected]> (http://www.pragmasphere.com)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Toilal/ng-pickadate.git"
},
"ignore": [],
"dependencies": {
"angular": "~1.4.5",
"pickadate": "~3.5.6"
},
"main": "ng-pickadate.js",
"overrides": {
"pickadate": {
"main": [
"lib/picker.js",
"lib/picker.date.js",
"lib/picker.time.js",
"lib/themes/classic.css",
"lib/themes/classic.date.css",
"lib/themes/classic.time.css"
]
}
}
}