UNPKG

jmx

Version:

Bridge library to communicate with Java applications through JMX.

42 lines (41 loc) 898 B
{ "name": "jmx", "version": "0.7.0", "description": "Bridge library to communicate with Java applications through JMX.", "homepage": "http://zuazo.github.io/node-jmx", "bugs": "https://github.com/zuazo/node-jmx/issues", "main": "index.js", "scripts": { "test": "make style test" }, "repository": { "type": "git", "url": "https://github.com/zuazo/node-jmx.git" }, "keywords": [ "jmx", "java", "jvm", "bridge" ], "author": { "name": "Xabier de Zuazo", "email": "xabier@zuazo.org", "url": "https://github.com/zuazo" }, "license": "Apache-2.0", "readmeFilename": "README.md", "engines": { "node": ">=0.10.0" }, "dependencies": { "async": "~1.5.0", "java": "~0.9.0" }, "devDependencies": { "mocha": "~2.0.1", "jscoverage" : "~0.5.9", "mocha-lcov-reporter" : "0.0.1", "coveralls": "2.11.2" } }