-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 899 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
{
"name": "fudge",
"version": "0.0.0",
"description": "Furtwangen University Didactic Game Editor (FUDGE)",
"main": "index.js",
"scripts": {
"run": "electron Editor/Electron",
"build": "electron-packager Editor/Electron FUDGE --icon=Miscellaneous/Logo/Fudge_360.png --overwrite --all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JirkaDellOro/FUDGE.git"
},
"keywords": [
"FUDGE"
],
"author": "Jirka Dell'Oro-Friedl",
"license": "ISC",
"bugs": {
"url": "https://github.com/JirkaDellOro/FUDGE/issues"
},
"homepage": "https://github.com/JirkaDellOro/FUDGE#readme",
"dependencies": {
"@types/node": "^12.7.1",
"@types/webgl2": "0.0.5",
"@types/ws": "^6.0.2",
"electron": "^6.0.2",
"serve": "^11.3.0",
"tslint": "^5.20.1",
"typescript": "^3.7.5",
"websocket": "^1.0.29",
"ws": "^7.1.2"
}
}