FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-usb/package.json at master · code0100fun/node-usb · GitHub
code0100fun
/
node-usb
Public
forked from
node-usb/node-usb
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
node-usb
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
56 lines (56 loc) · 1.37 KB
Breadcrumbs
node-usb
/
package.json
Copy path
File metadata and controls
56 lines (56 loc) · 1.37 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
{
"name"
:
"
usb
"
,
"description"
:
"
Library to access USB devices
"
,
"keywords"
: [
"
usb
"
,
"
hardware
"
],
"author"
: {
"name"
:
"
Nonolith Labs
"
,
"url"
:
"
http://www.nonolithlabs.com
"
},
"contributors"
: [
{
"name"
:
"
Kevin Mehall
"
,
"email"
:
"
km@kevinmehall.net
"
,
"url"
:
"
http://kevinmehall.net
"
},
{
"name"
:
"
Tim Ryan
"
,
"email"
:
"
tim@technical.io
"
,
"url"
:
"
http://timryan.org
"
},
{
"name"
:
"
Christopher Klein
"
}
],
"version"
:
"
0.3.11
"
,
"optionalDependencies"
: {
"usb-shyp-win32-x64"
:
"
0.3.x
"
,
"usb-shyp-win32-ia32"
:
"
0.3.x
"
,
"usb-shyp-darwin-x64"
:
"
0.3.x
"
},
"engines"
: {
"node"
:
"
>=0.8.x
"
},
"main"
:
"
./usb
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/nonolith/node-usb.git
"
},
"scripts"
: {
"install"
:
"
node shyp-blacklist.js win32-x64 win32-ia32 darwin-x64 || node-gyp rebuild
"
,
"test"
:
"
mocha --compilers coffee:coffee-script --grep Module
"
,
"full-test"
:
"
mocha --compilers coffee:coffee-script
"
,
"valgrind"
:
"
coffee -c test/usb.coffee; valgrind --leak-check=full --show-possibly-lost=no node --expose-gc --trace-gc node_modules/mocha/bin/_mocha -R spec
"
},
"dependencies"
: {
"bindings-shyp"
:
"
~0.2.3
"
,
"nan"
:
"
^1.2.0
"
},
"devDependencies"
: {
"coffee-script"
:
"
~1.6.2
"
,
"mocha"
:
"
~1.8.2
"
},
"license"
:
"
MIT
"
}
Back
|
FazBrowse Home
|
New Git URL