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
61 lines (61 loc) · 1.41 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.41 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@quasar/icongenie",
"version": "2.5.0",
"description": "A Quasar tool for generating all your Quasar App's icons and splashscreens",
"bin": {
"icongenie": "./bin/icongenie"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/quasarframework/quasar.git"
},
"keywords": [
"vuejs",
"vue",
"icons",
"quasar",
"js",
"phone",
"tablet",
"desktop",
"spa",
"pwa",
"website",
"electron",
"bex"
],
"author": "Razvan Stoenescu <razvan.stoenescu@gmail.com>",
"contributors": [
"Razvan Stoenescu <razvan.stoenescu@gmail.com>",
"Daniel Thompson-Yvetot <35242872+nothingismagick@users.noreply.github.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/quasarframework/quasar/issues"
},
"homepage": "https://quasar.dev/icongenie/introduction",
"dependencies": {
"@hapi/joi": "^17.1.1",
"kolorist": "^1.5.1",
"cross-spawn": "^7.0.2",
"elementtree": "^0.1.7",
"fast-glob": "^3.2.2",
"fs-extra": "^9.0.0",
"imagemin": "^7.0.1",
"imagemin-pngquant": "^8.0.0",
"is-png": "^2.0.0",
"is-svg": "^4.2.1",
"minimist": "^1.2.5",
"png2icons": "^2.0.1",
"potrace": "^2.1.5",
"read-chunk": "^3.2.0",
"sharp": "^0.28.3",
"svgo": "^1.3.2",
"untildify": "^4.0.0",
"update-notifier": "^4.1.0"
},
"publishConfig": {
"access": "public"
}
}