{ "name": "java", "description": "Bridge API to connect with existing Java APIs.", "author": "Joe Ferner ", "keywords": [ "java", "jvm", "bridge" ], "version": "0.9.0", "engines": { "node": ">=0.10.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.5.0", "find-java-home": "0.2.0", "glob": "7.1.2", "lodash": "4.17.4", "nan": "2.7.0" }, "devDependencies": { "chalk": "2.1.0", "nodeunit": "0.11.1", "when": "3.7.8" }, "scripts": { "test": "node testRunner.js", "postinstall": "node postInstall.js" }, "main": "./index.js" }