{ "name": "java", "description": "Bridge API to connect with existing Java APIs.", "author": "Joe Ferner ", "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" }