FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-java/package.json at master · facboy/node-java · GitHub
facboy
/
node-java
Public
forked from
joeferner/node-java
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-java
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
42 lines (42 loc) · 835 Bytes
Breadcrumbs
node-java
/
package.json
Copy path
File metadata and controls
42 lines (42 loc) · 835 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
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name"
:
"
java
"
,
"description"
:
"
Bridge API to connect with existing Java APIs.
"
,
"author"
:
"
Joe Ferner <joe@fernsroth.com>
"
,
"keywords"
: [
"
java
"
,
"
jvm
"
,
"
bridge
"
],
"version"
:
"
0.4.2
"
,
"engines"
: {
"node"
:
"
>=0.8.0
"
},
"maintainers"
: [
{
"name"
:
"
Joe Ferner
"
,
"email"
:
"
joe@fernsroth.com
"
}
],
"bugs"
: {
"url"
:
"
https://github.com/joeferner/node-java/issues
"
},
"license"
:
"
MIT
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/joeferner/node-java.git
"
},
"dependencies"
: {
"find-java-home"
:
"
0.1.1
"
,
"glob"
:
"
~3.2.9
"
,
"nan"
:
"
1.2.0
"
},
"devDependencies"
: {
"async"
:
"
~0.1.22
"
,
"nodeunit"
:
"
0.9.0
"
},
"scripts"
: {
"test"
:
"
nodeunit test
"
,
"postinstall"
:
"
node postInstall.js
"
},
"main"
:
"
./index.js
"
}
Back
|
FazBrowse Home
|
New Git URL