picom
Version:
Picom(pico-message) is a high performance, self-discovery([nats.io](http://nats.io/)), micro services communication layer.
42 lines (41 loc) • 771 B
JSON
{
"name": "picom",
"version": "0.6.1",
"license": "MIT",
"author": "Asaf Yishai",
"homepage": "https://github.com/asafyish/picom",
"keywords": [
"performance",
"microservice",
"micro-services",
"load-balance",
"distributed",
"scalability",
"discovery",
"failover"
],
"repository": {
"type": "git",
"url": "git://github.com/asafyish/picom.git"
},
"bugs": {
"url": "https://github.com/asafyish/picom/issues"
},
"dependencies": {
"nats": "1.0.0",
"bluebird": "3.5.1",
"is-plain-object": "2.0.4"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-load-plugins": "1.5.0",
"gulp-eslint": "4.0.2",
"gulp-mocha": "6.0.0",
"gulp-istanbul": "1.1.3",
"chai": "4.1.2"
},
"engines": {
"node": ">=0.12.0"
},
"main": "index.js"
}