diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..953c527 --- /dev/null +++ b/bower.json @@ -0,0 +1,37 @@ +{ + "name": "ng-socket-io", + "version": "0.2.0", + "homepage": "https://github.com/mbenford/ngSocketIO", + "authors": [ + "mbenford " + ], + "description": "Socket.IO module for AngularJS", + "main": "build", + "moduleType": [ + "globals" + ], + "keywords": [ + "angular", + "angularjs", + "socket.io", + "websockets" + ], + "license": "MIT", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "src", + "Gruntfile.js", + "package.json" + ], + "dependencies": { + "angular": ">=1.0.5" + }, + "devDependencies": { + "angular-mocks": ">=1.2.0" + }, + "testPath": "test" +}