{
  "name": "gepard",
  "description": "General purpose communications for distributed applications / Microservices / events, semaphores and messages for JavaScript, Java, Python and PHP",
  "version": "1.9.4",
  "homepage": "https://github.com/gessinger-hj",
  "keywords": [
    "distributed-applications",
    "events",
    "semaphores",
    "locks",
    "messages",
    "JavaScript",
    "Java",
    "Python",
    "PHP",
    "message"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gessinger-hj/gepard.git"
  },
  "author": "Hans-Jürgen Gessinger <gessinger.hj@gmail.com>",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/gessinger-hj/gepard/LICENSE.md"
    }
  ],
  "bugs": {
    "url": "https://github.com/gessinger-hj/gepard/issues"
  },
  "main": "main.js",
  "engines": {
    "node": ">= 0.10"
  },
  "dependencies": {
    "bonjour": "^3.2.0",
    "clone": "^1.0.2",
    "mime": ">=1.3.4",
    "mkdirp": "^0.5.1",
    "nodejs-websocket": ">=1.2",
    "promise": ">=7.0.3"
  },
  "devDependencies": {},
  "bin": {
    "gp.admin": "./bin/gp.admin",
    "gp.lookup": "./bin/gp.lookup",
    "gp.broker": "./bin/gp.broker",
    "gp.broker.web": "./bin/gp.broker.web",
    "gp.broker.no.web": "./bin/gp.broker",
    "gp.shutdown": "./bin/gp.shutdown",
    "gp.info": "./bin/gp.info",
    "gp.http.simple": "./bin/gp.http.simple",
    "gp.http.simple.is.running": "./bin/gp.http.simple.is.running",
    "gp.http.simple.shutdown": "./bin/gp.http.simple.shutdown",
    "gepard/gp.emit": "./xmp/Emitter.js",
    "gepard/gp.sem": "./xmp/AsyncSemaphore.js",
    "gepard/gp.listen": "./xmp/Listener.js",
    "gepard/gp.lock": "./xmp/Locker.js",
    "gp.client.tp": "./bin/gp.client.tp",
    "gp.client.tplist": "./bin/gp.client.tplist",
    "gp.client.tpoff": "./bin/gp.client.tpoff",
    "gp.client.tpon": "./bin/gp.client.tpon",
    "gp.tplist": "./bin/gp.tplist",
    "gp.tpoff": "./bin/gp.tpoff",
    "gp.tpon": "./bin/gp.tpon",
    "gp.tp": "./bin/gp.tp"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "MIT"
}
