-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.04 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
43
44
45
46
47
48
{
"name": "PC2-TV",
"version": "0.0.1",
"description": "A TV display for the Pit Commander system",
"main": "js/main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"repository": "https://github.com/PitCommander/PC2-TV",
"keywords": [
"Electron",
"rethink",
"iot",
"display",
"frc"
],
"build": {
"appId": "pc2.tv",
"productName": "PC2-TV",
"directories": {
"buildResources": "build"
},
"publish": null
},
"author": "pchild",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^5.0.0",
"electron-builder": "^20.40.2"
},
"dependencies": {
"bootstrap": "^4.3.1",
"bs-custom-file-input": "^1.3.2",
"datatables.net": "^1.10.19",
"es6-promise": "^4.2.6",
"hammerjs": "^2.0.8",
"jquery": "^3.4.1",
"mdbootstrap": "^4.8.1",
"moment": "^2.24.0",
"node-waves": "^0.7.6",
"popper.js": "^1.15.0",
"rethinkdb": "^2.3.3",
"underscore": "^1.9.1",
"wow.js": "^1.2.2"
}
}