{
  "name": "nodeway",
  "version": "2.0.5",
  "description": "nodeway microservices",
  "main": "./lib/Wrap.js",
  "bin": {
    "nodeway": "./bin/nodeway",
    "downup": "./bin/downup"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "random-uuid-v4": "*",
    "ngi": "*",
    "require-output": "*",
    "commander": "*"
  },
  "keywords": [
    "nodejs",
    "nodeway",
    "microservices"
  ],
  "engines": {
    "node": ">=8.11.1"
  },
  "author": "john.zhang@yishizhencang.com",
  "license": "MIT"
}
