UNPKG

@rtinternal/java

Version:

[Fork of joeferner/node-java] Bridge API to connect with existing Java APIs.

55 lines (54 loc) 1.28 kB
{ "name": "@rtinternal/java", "description": "[Fork of joeferner/node-java] Bridge API to connect with existing Java APIs.", "author": "Joe Ferner <joe@fernsroth.com>", "keywords": [ "java", "jvm", "bridge" ], "version": "0.14.2-rtinternal-jdk11", "engines": { "node": ">=7.0.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" }, "binary": { "module_name": "nodejavabridge_bindings", "module_path": "./build/Release/", "host": "https://rtinternal.s3.amazonaws.com/" }, "dependencies": { "@mapbox/node-pre-gyp": "^1.0.8", "async": "^3.2.5", "find-java-home": "^2.0.0", "glob": "^10.3.10", "lodash": "^4.17.21", "nan": "^2.18.0", "node-gyp": "^10.0.1" }, "devDependencies": { "aws-sdk": "^2.1095.0", "chalk": "2.4.1", "nodeunit": "0.11.3", "when": "3.7.8" }, "scripts": { "install": "node-pre-gyp install --fallback-to-build", "test": "node testRunner.js", "postinstall": "node postInstall.js" }, "main": "./index.js" }