forked from deawx/tail.DateTime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
29 lines (28 loc) · 783 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
{
"name": "tail.datetime",
"description": "A powerful, translat- and configurable DateTime Picker, written in Vanilla JavaScript without any dependencies!",
"keywords": [
"datetime-picker",
"datetime",
"date",
"time",
"picker",
"calendar",
"vanilla",
"tail"
],
"authors": [
"SamBrishes <[email protected]> (https://www.pytes.net)",
"pytesNET <[email protected]> (https://www.pytes.net)"
],
"license": "MIT",
"homepage": "https://github.com/pytesNET/tail.DateTime",
"main": [
"js/tail.datetime.js",
"css/tail.datetime-default.css"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pytesNET/tail.DateTime.git"
}
}