forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 830 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 830 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
31
32
33
34
35
{
"name": "create-quasar",
"version": "1.0.9",
"description": "Scaffolds Quasar Apps, AppExtensions or UI kits",
"author": {
"name": "Razvan Stoenescu",
"email": "razvan.stoenescu@gmail.com",
"url": "https://github.com/quasarframework"
},
"license": "MIT",
"main": "index.js",
"bin": {
"create-quasar": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/quasarframework/quasar"
},
"bugs": "https://github.com/quasarframework/quasar/issues",
"homepage": "https://quasar.dev",
"funding": {
"type": "github",
"url": "https://donate.quasar.dev"
},
"engines": {
"node": ">=12"
},
"dependencies": {
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.1",
"kolorist": "^1.5.1",
"lodash.template": "^4.5.0",
"prompts": "^2.4.2"
}
}