mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 10:47:12 +10:00
41 lines
814 B
JSON
41 lines
814 B
JSON
{
|
|
"name": "hydna",
|
|
"filename": "hydna.min.js",
|
|
"version": "1.0.1",
|
|
"author": "Johan Dahlberg",
|
|
"description": "A multi-transport Hydna client library with support for WebSockets, Flash and Comet",
|
|
"homepage": "https://www.hydna.com",
|
|
"keywords": [
|
|
"wink",
|
|
"messaging",
|
|
"real-time",
|
|
"hydna",
|
|
"networking",
|
|
"pubsub",
|
|
"websockets"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Johan Dahlberg",
|
|
"web": "http://jfd.github.io"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/hydna/hydnajs.git"
|
|
}
|
|
],
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/hydna/hydnajs.git",
|
|
"basePath": "cdnjsdist",
|
|
"files": [
|
|
"bridge.swf",
|
|
"hydna.js",
|
|
"hydna.map",
|
|
"hydna.min.js"
|
|
]
|
|
}
|
|
}
|