-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 877 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 877 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
{
"name": "WildSkies",
"version": "2.0.4",
"description": "An offline wrapper app for DreamWorks Dragons: Wild Skies",
"main": "client/index.html",
"author": "hictooth <hictooth@hictooth.com> (http://github.com/hictooth/WildSkies)",
"chromium-args": "--enable-logging=stderr",
"window": {
"title": "Wild Skies",
"icon": "client/favicon.png",
"plugin": true,
"toolbar": false,
"width": 906,
"height": 629,
"resizable": false
},
"webkit": {
"plugin": true
},
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/hictooth/WildSkies"
},
"keywords": [
"dreamworks",
"wildskies",
"dragons",
"httyd",
"train your dragon",
"cartoon network",
"game"
]
}