forked from gportela85/DateTimeField
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 798 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 798 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
{
"name": "DateTimeField",
"type": "code",
"creator": "Guilherme Portela",
"summary": "DateTime Field for ExtJS 5.x - ExtJS 6.x",
"detailedDescription": "Extension of Date Field to add a Time Picker with Sliders to set Hour and Minute",
"version": "1.8.1",
"compatVersion": "1.8.1",
"format": "1",
"local": true,
"requires": [],
"architect": {
"compatFrameworks": [
"ext50",
"ext51",
"ext60",
"ext62",
"ext65"
],
"classes": [{
"definition": "DateTimeField.Definition.js",
"className": "Ext.ux.DateTimeField",
"js": [
"DateTimePicker.js", "DateTimeField.js"
],
"css": [
]
}]
}
}