File: bower.json

Recommend this page to a friend!
  Classes of Jason Gerfen   comm.js   bower.json   Download  
File: bower.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: comm.js
Send server requests via Websockets, AJAX or XDR
Author: By
Last change: Update of bower.json
Date: 2 years ago
Size: 547 bytes
 

Contents

Class file image Download
{ "name": "comm.js", "main": "comm.min.js", "version": "0.1.1", "homepage": "https://github.com/jas-/comm.js", "authors": [ "jas- <jason.gerfen@gmail.com>" ], "description": "Handles XHR, XDR, WS & WSS browser communication protocols", "keywords": [ "XMLHttpRequest", "XDomainRequest", "WebSocket", "WebSocketSecure", "AJAX", "XHR", "XDR", "WS", "communications" ], "license": "GPLv3", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ] }