{
  "name": "node-java-ipc",
  "version": "1.0.0",
  "description": "Node to Java Ipc using stdin, stdout and stderr, using a small and simple protocol allowing node to interact with java",
  "main": "src/js/index.js",
  "scripts": {
    "build": "tsc",
    "test": "istanbul cover --include-all-sources jasmine",
    "build_test": "npm run build && npm run test"
  },
  "author": "Abner Oliveira",
  "license": "MIT",
  "dependencies": {
    "shelljs": "^0.6.0"
  },
  "devDependencies": {
    "istanbul": "^0.4.2",
    "jasmine": "^2.4.1",
    "typescript": "^1.7.5"
  }
}
