diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..d02506b --- /dev/null +++ b/bower.json @@ -0,0 +1,23 @@ +{ + "name": "angular-drag-scroll", + "version": "0.1.0", + "homepage": "https://github.com/jellekralt/angular-drag-scroll", + "authors": [ + "Jelle Kralt " + ], + "description": "Lightweight drag to scroll directive for AngularJS", + "main": "src/ng-drag-scroll.js", + "keywords": [ + "drag", + "scroll", + "angular" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}