-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.41 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
{
"name": "VictiScout Compiler",
"version": "1.0.0",
"description": "Compiler for data collected with Team 1418's VictiScout app for FIRST Robotics Competition, designed originally for Team 1418.",
"main": "js/main.js",
"scripts": {
"start": "electron .",
"package-mac": "electron-packager . --platform=darwin --icon=images/logo/logo.icns --arch=all --out dist/ --overwrite",
"package-linux": "electron-packager . --platform=linux --icon=images/logo/logo.png --arch=all --out dist/ --overwrite",
"package-win": "electron-packager . --platform=win32 --icon=images/logo/logo.ico --arch=all --out dist/ --overwrite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Git-HorizonZz/VictiScout-Compiler"
},
"author": "frc1418",
"license": "MIT",
"bugs": {
"url": "https://github.com/Git-HorizonZz/VictiScout-Compiler/issues"
},
"homepage": "https://github.com/Git-HorizonZz/VictiScout-Compiler#readme",
"devDependencies": {
"electron": "^22.1.0",
"electron-packager": "^17.1.1",
"os": "*"
},
"dependencies": {
"@abandonware/bleno": "git+https://github.com/BrandonWerbel/bleno.git",
"@abandonware/noble": "git+https://github.com/abandonware/noble.git",
"csv-parser": "^3.0.0",
"sortable-tablesort": "git+https://github.com/Git-HorizonZz/sortable.git"
}
}