forked from deawx/tail.DateTime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (34 loc) · 994 Bytes
/
package.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
{
"name": "tail.datetime",
"version": "0.4.14",
"description": "A powerful, extensive and configurable Date/Time Picker, written in Vanilla JavaScript without any dependencies!",
"keywords": [
"datetime-picker",
"datetime",
"date",
"time",
"picker",
"calendar",
"vanilla",
"tail"
],
"author": "SamBrishes <[email protected]> (https://www.pytes.net)",
"license": "MIT",
"homepage": "https://github.com/pytesNET/tail.DateTime",
"main": "js/tail.datetime.js",
"bugs": {
"url": "https://github.com/pytesNET/tail.DateTime/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pytesNET/tail.DateTime.git"
},
"devDependencies": {
"less": ">=3.5.0",
"clean-css": ">=4.1.0"
},
"reveal": true,
"browser": "js/tail.datetime-full.js",
"jsdelivr": "js/tail.datetime-full.js"
}