{
  "name": "redseal-java",
  "description": "Bridge API to connect with existing Java APIs. (RedSeal experimental fork)",
  "author": "Joe Ferner <joe@fernsroth.com>",
  "keywords": [
    "java",
    "jvm",
    "bridge"
  ],
  "version": "0.5.2",
  "engines": {
    "node": ">=0.10.0"
  },
  "maintainers": [
    "Joe Ferner <joe@fernsroth.com>",
    "Jim Lloyd <jim.lloyd@gmail.com>"
  ],
  "bugs": {
    "url": "https://github.com:RedSeal-co/node-java/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/RedSeal-co/node-java/tree/redseal-java"
  },
  "dependencies": {
    "async": "^0.9.0",
    "find-java-home": "0.1.2",
    "glob": "^5.0.3",
    "nan": "^1.7.0"
  },
  "devDependencies": {
    "chalk": "^1.0.0",
    "lodash": "^3.5.0",
    "nodeunit": "^0.9.0",
    "when": "^3.6.4"
  },
  "scripts": {
    "test": "node testRunner.js",
    "postinstall": "node postInstall.js",
    "install": "node-gyp rebuild"
  },
  "main": "./index.js",
  "gypfile": true,
  "directories": {
    "example": "examples",
    "test": "test"
  }
}
