-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.22 KB
/
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
{
"name": "bloons-monkey-doom",
"version": "1.0.0",
"description": "Fan-made Bloons game where you play as the Bloons, against the monkeys",
"main": "main.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "electron-forge start",
"test": "echo \"Error: no test specified\" && exit 1",
"package": "electron-forge package",
"make": "electron-forge make"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LightningLaser8/Bloons-Monkey-Doom.git"
},
"keywords": [
"Bloons"
],
"author": "LightningLaser8",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/LightningLaser8/Bloons-Monkey-Doom/issues"
},
"homepage": "https://github.com/LightningLaser8/Bloons-Monkey-Doom#readme",
"devDependencies": {
"@electron-forge/cli": "^7.4.0",
"@electron-forge/maker-deb": "^7.4.0",
"@electron-forge/maker-rpm": "^7.4.0",
"@electron-forge/maker-squirrel": "^7.4.0",
"@electron-forge/maker-zip": "^7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.4.0",
"@electron-forge/plugin-fuses": "^7.4.0",
"@electron/fuses": "^1.8.0",
"electron": "^31.2.0"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.1"
}
}