-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 946 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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "osu-cat",
"version": "1.0.0",
"description": "Bongo Cat for osu!",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"build": "electron-packager ./ osu_cat --platform=win32 --arch=x64 --out Build --overwrite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fry98/osu-cat.git"
},
"keywords": [
"bongo",
"cat",
"osu"
],
"author": "Fry98",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fry98/osu-cat/issues"
},
"homepage": "https://github.com/Fry98/osu-cat#readme",
"dependencies": {
"iohook": "^0.2.0"
},
"devDependencies": {
"electron": "^2.0.9",
"electron-packager": "^12.1.2"
},
"iohook": {
"targets": [
"electron-57"
],
"platforms": [
"win32",
"darwin",
"linux"
],
"arches": [
"x64",
"ia32"
]
}
}