-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 949 Bytes
/
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
{
"name": "@loupeteam/starterhmiproject",
"version": "1.2.1",
"description": "A template to bootstrap client UI development based on Loupe UX",
"main": "ElectronApp.js",
"scripts": {
"start": "electron .",
"startLoupeJSServer": "node ./node_modules/@loupeteam/dev-server/index.js",
"startPlcSimServer": "node ./node_modules/@loupeteam/plc-sim/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loupeteam/StarterHmiProject.git"
},
"dependencies": {
"@electron/remote": "^2.0.8",
"ftp": "^0.3.10",
"ftp-client": "^0.2.2"
},
"devDependencies": {
"devtron": "^1.4.0",
"electron": "^21.0.1",
"electron-packager": "^16.0.0",
"electron-rebuild": "^3.2.9",
"@loupeteam/dev-server": "*",
"@loupeteam/plc-sim": "*"
},
"license": "SEE LICENSE.txt",
"author": "Ryan Jones",
"homepage": "http://Loupe.team/",
"lpm": {
"type": "hmi-project"
}
}