{ "name": "java", "description": "Bridge API to connect with existing Java APIs.", "author": "Joe Ferner ", "keywords": [ "java", "jvm", "bridge" ], "version": "0.6.0", "engines": { "node": ">=0.10.0" }, "maintainers": [ { "name": "Joe Ferner", "email": "[email protected]" } ], "bugs": { "url": "https://github.com/joeferner/node-java/issues" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/joeferner/node-java.git" }, "dependencies": { "async": "0.9.0", "find-java-home": "0.1.2", "glob": "5.0.5", "lodash": "3.7.0", "nan": "2.0.9" }, "devDependencies": { "chalk": "1.0.0", "nodeunit": "0.9.1", "when": "3.7.2" }, "scripts": { "test": "node testRunner.js", "postinstall": "node postInstall.js" }, "main": "./index.js" }