Files
cdnjs/ajax/libs/vertx/package.json
T
2012-10-28 13:54:30 +02:00

27 lines
756 B
JSON

{
"name": "vertx",
"filename": "vertxbus.min.js",
"version": "1.3.0",
"description": "Effortless asynchronous application development for the modern web and enterprise. This library internally uses SockJS to send and receive data to a SockJS vert.x server called the SockJS bridge. http://vertx.io/core_manual_js.html#sockjs-eventbus-bridge",
"homepage": "http://vertx.io/",
"keywords": [
"vertx",
"vert.x",
"vertxbus",
"eventbus",
"SockJS"
],
"maintainers": [
{
"name": "Tim Fox",
"web": "http://vertx.io/community.html"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/vert-x/vert.x"
}
]
}