FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-usb-example-electron/package.json at main · node-usb/node-usb-example-electron · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
node-usb
/
node-usb-example-electron
Public
Notifications
You must be signed in to change notification settings
Fork
12
Star
35
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
node-usb-example-electron
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (18 loc) · 390 Bytes
Breadcrumbs
node-usb-example-electron
/
package.json
Copy path
File metadata and controls
18 lines (18 loc) · 390 Bytes
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
{
"name"
:
"
node-usb-example-electron
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
Example Electron application for node-usb
"
,
"author"
:
"
Rob Moran <thegecko@github.com>
"
,
"license"
:
"
MIT
"
,
"main"
:
"
main.js
"
,
"scripts"
: {
"start"
:
"
electron .
"
,
"clean"
:
"
git clean -dfx
"
},
"devDependencies"
: {
"electron"
:
"
^43.0.0
"
},
"dependencies"
: {
"usb"
:
"
^3.0.1
"
}
}
Back
|
FazBrowse Home
|
New Git URL