-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 758 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 758 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
{
"name": "@holema/h2datetimepicker",
"version": "1.14.0",
"keywords": [
"datetimepicker",
"timepicker",
"datepicker",
"material design datepicker",
"material design datetimepicker",
"android style timepicker",
"android style datepicker"
],
"description": "This is a combination of date and timepicker",
"main": "js/dateTimePicker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"author": {
"name": "H2Entwicklung",
"email": "entwicklung@h2-invent.com"
},
"repository": "https://github.com/h2Entwicklung/dateTimePicker.git",
"dependencies": {
"@holema/datepicker": "^1.0.0",
"@holema/mdtimepicker": "^1.1.0",
"moment": "^2.29.1"
}
}