-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "StatusPilatus",
"version": "0.5.0",
"description": "Monitor your PC like never before!",
"main": "app/index.js",
"dependencies": {
"chart.js": "^2.9.2",
"jquery": "^3.4.1",
"material-icons": "^0.3.1",
"materialize-css": "^1.0.0",
"proglistr": "^1.4.0",
"systeminformation": "^4.14.17"
},
"devDependencies": {
"electron": "^7.0.1",
"electron-builder": "^22.1.0",
"eslint": "^6.6.0"
},
"scripts": {
"start": "electron app",
"build": "node build.js",
"buildall": "node build.js --linux --win --mac",
"buildlinux": "node build.js --linux",
"buildwin": "node build.js --win",
"buildmac": "node build.js --mac"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/PilatusDevs/StatusPilatus.git"
},
"keywords": [
"electron"
],
"author": "PilatusDevs",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/PilatusDevs/StatusPilatus/issues"
},
"homepage": "https://github.com/PilatusDevs/StatusPilatus"
}