{ "name": "java", "description": "Bridge API to connect with existing Java APIs.", "author": "Joe Ferner ", "keywords": [ "java", "jvm", "bridge" ], "version": "0.13.0", "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" }, "dependencies": { "async": "2.6.1", "find-java-home": "1.1.0", "glob": "7.1.6", "lodash": "^4.17.21", "nan": "2.14.1", "node-gyp": "^9.1.0" }, "devDependencies": { "chalk": "2.4.1", "nodeunit": "0.11.3", "when": "3.7.8" }, "scripts": { "install": "node-gyp rebuild", "test": "node testRunner.js", "postinstall": "node postInstall.js" }, "main": "./index.js" }