-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 621 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 621 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
{
"name": "@owdproject/theme-gnome",
"version": "0.1.0",
"description": "Open Web Desktop theme",
"homepage": "https://github.com/owdproject/theme-gnome#readme",
"bugs": {
"url": "https://github.com/owdproject/theme-gnome/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/owdproject/theme-gnome.git"
},
"license": "MIT",
"author": {
"name": "Open Web Desktop Team",
"url": "https://github.com/owdproject"
},
"dependencies": {
"vue3-carousel": "^0.15.0",
"html2canvas": "^1.4.1"
},
"peerDependencies": {
"@owdproject/core": "^3.1.4"
}
}