FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
electron-node-red/package.json at master · feecat/electron-node-red · GitHub
feecat
/
electron-node-red
Public
forked from
dceejay/electron-node-red
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
electron-node-red
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
118 lines (118 loc) · 3.38 KB
Breadcrumbs
electron-node-red
/
package.json
Copy path
File metadata and controls
118 lines (118 loc) · 3.38 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name"
:
"
electron_node_red
"
,
"version"
:
"
2.1.4
"
,
"description"
:
"
Electron Node-RED application starter kit for development
"
,
"main"
:
"
main.js
"
,
"NRelectron"
: {
"productName"
:
"
Node-RED Electron App
"
,
"editable"
:
true
,
"allowLoadSave"
:
true
,
"showMap"
:
false
,
"kioskMode"
:
false
,
"addNodes"
:
true
,
"flowFile"
:
"
electronflow.json
"
,
"start"
:
"
dashboard
"
},
"scripts"
: {
"pack"
:
"
electron-builder --dir
"
,
"dist"
:
"
electron-builder
"
,
"release"
:
"
electron-builder build -p always
"
,
"postinstall"
:
"
electron-builder install-app-deps
"
,
"start"
:
"
electron main.js
"
,
"test"
:
"
echo
\"
Warning: no test specified
\"
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/dceejay/electron-node-red.git
"
},
"dependencies"
: {
"electron-is-dev"
:
"
^*
"
,
"electron-store"
:
"
^*
"
,
"encoding"
:
"
^*
"
,
"express"
:
"
^*
"
,
"node-red"
:
"
^*
"
,
"node-red-contrib-play-audio"
:
"
^*
"
,
"node-red-contrib-ui-actions"
:
"
^*
"
,
"node-red-contrib-ui-svg"
:
"
^*
"
,
"node-red-contrib-web-worldmap"
:
"
^*
"
,
"node-red-dashboard"
:
"
^*
"
,
"node-red-node-base64"
:
"
^*
"
,
"node-red-node-geofence"
:
"
^*
"
,
"node-red-node-random"
:
"
^*
"
,
"node-red-node-smooth"
:
"
^*
"
,
"node-red-node-tail"
:
"
^*
"
},
"keywords"
: [
"
electron
"
,
"
quick start
"
,
"
node-red
"
],
"author"
: {
"name"
:
"
Dave Conway-Jones
"
,
"email"
:
"
dceejay@gmail.com
"
},
"license"
:
"
Apache-2.0
"
,
"bugs"
: {
"url"
:
"
https://github.com/dceejay/electron-node-red/issues
"
},
"homepage"
:
"
https://github.com/dceejay/electron-node-red#readme
"
,
"devDependencies"
: {
"electron"
:
"
^14.2.2
"
,
"electron-builder"
:
"
^22.14.5
"
},
"build"
: {
"appId"
:
"
com.electron.node-red
"
,
"productName"
:
"
Node-RED Electron
"
,
"copyright"
:
"
Copyright © 2018,2022 D.Conway-Jones
"
,
"buildDependenciesFromSource"
:
true
,
"files"
: [
"
**/*
"
,
{
"from"
:
"
node_modules/@node-red/nodes/examples
"
,
"to"
:
"
node_modules/@node-red/nodes/examples
"
},
{
"from"
:
"
patch/registry/lib
"
,
"to"
:
"
node_modules/@node-red/registry/lib
"
},
{
"from"
:
"
patch/util/lib
"
,
"to"
:
"
node_modules/@node-red/util/lib
"
}
],
"fileAssociations"
: [
{
"ext"
:
"
flow
"
,
"name"
:
"
Flow file
"
}
],
"mac"
: {
"category"
:
"
public.app-category.developer-tools
"
,
"target"
:
"
dmg
"
},
"linux"
: {
"target"
: [
"
rpm
"
,
{
"target"
:
"
deb
"
,
"arch"
: [
"
x64
"
,
"
armv7l
"
]
}
],
"synopsis"
:
"
Node-RED Low Code development
"
,
"category"
:
"
Development
"
},
"win"
: {
"target"
: [
{
"target"
:
"
zip
"
,
"arch"
: [
"
x64
"
]
}
]
}
}
}
Back
|
FazBrowse Home
|
New Git URL