-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 744 Bytes
/
bower.json
File metadata and controls
26 lines (26 loc) · 744 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" : "MomentPicker",
"main" : "dist/MomentPicker.js",
"version" : "1.4.0",
"license" : "MIT",
"homepage" : "https://github.com/coma/MomentPicker",
"repository" : "https://github.com/coma/MomentPicker",
"authors" : [
"Eduardo García Sanz <eduardo@comakai.com>"
],
"description" : "A datepicker based on Moment.js and jQuery",
"keywords" : [
"datepicker", "momentjs", "jquery"
],
"license" : "MIT",
"ignore" : [
"**/.*", "node_modules", "bower_components", "test", "tests"
],
"dependencies": {
"jquery" : ">=1.7",
"moment" : "^2"
},
"devDependencies": {
"qunit" : "^1"
}
}