forked from efureev/timedropper
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 846 Bytes
/
Copy pathbower.json
File metadata and controls
42 lines (42 loc) · 846 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
32
33
34
35
36
37
38
39
40
41
42
{
"name" : "timedropper-ex",
"version" : "1.4.4",
"authors" : [
"Felice Gattuso",
"Zhenyu Wu <Adam_5Wu@hotmail.com>"
],
"homepage" : "https://adam5wu.github.io/TimeDropper-Ex/",
"description" : "TimeDropper-Ex is a jQuery plugin for fast visual and interactive time entry.",
"keywords" : [
"jquery",
"time",
"picker",
"timepicker",
"timedropper"
],
"main" : [
"./src/timedropper.js",
"./src/timedropper.lang.js",
"./src/timedropper.css",
"./src/timedropper.slate.css",
"./src/timedropper.slate.delta.css"
],
"moduleType" : [
"amd",
"globals"
],
"license" : "MIT",
"repository" : {
"type" : "git",
"url" : "git://github.com/Adam5Wu/TimeDropper-Ex.git"
},
"ignore" : [
"node_modules",
"bower_components",
"gulpfile.js"
],
"dependencies" : {
"jquery" : ">=1.7.0",
"moment" : ">=2.9.0"
}
}