forked from TobyMosque/app-extension-qdatetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 815 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
{
"name": "quasar-app-extension-qdatetimepicker",
"version": "1.0.0-rc.17",
"description": "QDatetimePicker for Quasar",
"author": "Tobias Mesquita <[email protected]>",
"main": "src/index.js",
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"license": "MIT",
"keywords": [
"quasar",
"app",
"app extension",
"extension",
"date picker",
"time picker",
"datetime picker"
],
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"homepage": "https://github.com/TobyMosque/app-extension-qdatetimepicker#readme",
"repository": {
"type": "git",
"url": "https://github.com/TobyMosque/app-extension-qdatetimepicker.git"
},
"devDependencies": {
"quasar": "^1.12.2",
"vue": "^2.6.11"
}
}