-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.09 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
{
"name": "alphared7_gui",
"version": "1.0.0",
"description": "AlphaRed7-GUI is the home and base of AlphaRed7-AI. It has anti-gravity devices to avoid too much energy consuming. And for the anti-invasion of alien, there are 55 auto laser guns on the roof. No one can close to it.",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "electron-packager . AlphaRed7-GUI --platform=darwin,linux,win32 --arch=all --out=dist/ --overwrite --ignore=./node_modules/* --ignore=./dist"
},
"repository": {
"type": "git",
"url": "https://git.zrt.io:3000/AlphaRed7/GUI.git"
},
"author": "zrt, Chenyao2333",
"license": "ISC",
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap-material-design": "^0.5.10",
"express": "^4.15.3",
"jquery": "^3.2.1",
"jquery-confirm": "^3.2.3",
"rasterizehtml": "^1.2.4",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3"
},
"devDependencies": {
"electron": "^1.6.11",
"electron-builder": "^19.12.0",
"electron-packager": "^8.7.2"
}
}