{ "name": "vertx3-min", "version": "3.0.0-1", "description": "Vert.x: A tool-kit for building reactive applications on the JVM.", "main": "index.js", "repository": "vert-x3", "keywords": [ "vert.x", "framework", "polyglot", "reactive" ], "license": "Apache-2.0", "dependencies": {}, "bin": { "vertx": "./bin/vertx", "vertx.bat": "./bin/vertx.bat" }, "homepage": "http://vertx.io", "engines": {}, "files": [ "bin", "conf", "lib", "README.md", "index.js" ] }