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 | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 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..3c3e89b6 --- /dev/null +++ b/www/lib/ng-websocket/bower.json @@ -0,0 +1,32 @@ +{ + "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" + } +} -- cgit v1.2.3