From c0af47b4ab5b960875a1f81a06f2303701e4c381 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Tue, 6 Oct 2015 16:56:56 -0400 Subject: websockets library --- www/lib/ng-websocket/.bower.json | 43 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 www/lib/ng-websocket/.bower.json (limited to 'www/lib/ng-websocket/.bower.json') diff --git a/www/lib/ng-websocket/.bower.json b/www/lib/ng-websocket/.bower.json new file mode 100644 index 00000000..ce61f3c1 --- /dev/null +++ b/www/lib/ng-websocket/.bower.json @@ -0,0 +1,43 @@ +{ + "name": "ng-websocket", + "version": "0.2.1", + "authors": [ + "Vincenzo (Wilk) Ferrari " + ], + "description": "AngularJS HTML5 WebSocket powerful library", + "main": "ng-websocket.js", + "keywords": [ + "angular", + "angularjs", + "websocket", + "ng", + "html5", + "service", + "provider" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "angular": "~1.3.2" + }, + "devDependencies": { + "angular-mocks": "~1.3.2" + }, + "homepage": "https://github.com/wilk/ng-websocket", + "_release": "0.2.1", + "_resolution": { + "type": "version", + "tag": "v0.2.1", + "commit": "09f128e2bf3c485d016ab1f5d0c263b379862c9e" + }, + "_source": "git://github.com/wilk/ng-websocket.git", + "_target": "~0.2.1", + "_originalSource": "ng-websocket", + "_direct": true +} \ No newline at end of file -- cgit v1.2.3